projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0b7d43
)
mac802154: fix typo in header guard
author
Nicolas Iooss
<nicolas.iooss_linux@m4x.org>
Thu, 19 Mar 2015 13:23:40 +0000
(21:23 +0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 19 Mar 2015 14:32:22 +0000
(15:32 +0100)
Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Fixes: b6eea9ca354a ("mac802154: introduce driver-ops header")
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/mac802154/driver-ops.h
patch
|
blob
|
history
diff --git
a/net/mac802154/driver-ops.h
b/net/mac802154/driver-ops.h
index 98180a9fff4adc565f7ac9fe7fe711ef549396da..a0533357b9eaca22df9e7b105f17ce3440b03d4e 100644
(file)
--- a/
net/mac802154/driver-ops.h
+++ b/
net/mac802154/driver-ops.h
@@
-1,4
+1,4
@@
-#ifndef __MAC802154_DR
VI
ER_OPS
+#ifndef __MAC802154_DR
IV
ER_OPS
#define __MAC802154_DRIVER_OPS
#include <linux/types.h>
@@
-220,4
+220,4
@@
drv_set_promiscuous_mode(struct ieee802154_local *local, bool on)
return local->ops->set_promiscuous_mode(&local->hw, on);
}
-#endif /* __MAC802154_DR
VI
ER_OPS */
+#endif /* __MAC802154_DR
IV
ER_OPS */