mac802154: fix typo in header guard
[deliverable/linux.git] / net / mac802154 / driver-ops.h
index 98180a9fff4adc565f7ac9fe7fe711ef549396da..a0533357b9eaca22df9e7b105f17ce3440b03d4e 100644 (file)
@@ -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 */
This page took 0.024127 seconds and 5 git commands to generate.