netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mac802154: fix typo in header guard
@ 2015-03-19 13:23 Nicolas Iooss
  2015-03-19 13:37 ` Alexander Aring
  2015-03-19 14:33 ` Marcel Holtmann
  0 siblings, 2 replies; 6+ messages in thread
From: Nicolas Iooss @ 2015-03-19 13:23 UTC (permalink / raw)
  To: alex.aring, linux-wpan; +Cc: netdev, linux-kernel, Nicolas Iooss

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Fixes: b6eea9ca354a ("mac802154: introduce driver-ops header")
---
 net/mac802154/driver-ops.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/mac802154/driver-ops.h b/net/mac802154/driver-ops.h
index 98180a9fff4a..a0533357b9ea 100644
--- a/net/mac802154/driver-ops.h
+++ b/net/mac802154/driver-ops.h
@@ -1,4 +1,4 @@
-#ifndef __MAC802154_DRVIER_OPS
+#ifndef __MAC802154_DRIVER_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_DRVIER_OPS */
+#endif /* __MAC802154_DRIVER_OPS */
-- 
2.3.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-19 14:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19 13:23 [PATCH] mac802154: fix typo in header guard Nicolas Iooss
2015-03-19 13:37 ` Alexander Aring
2015-03-19 13:46   ` Paul Bolle
2015-03-19 13:58     ` Alexander Aring
2015-03-19 13:59     ` Nicolas Iooss
2015-03-19 14:33 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).