diff options
author | Nicolas Iooss <nicolas.iooss_linux@m4x.org> | 2015-03-19 09:23:40 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-03-19 10:32:22 -0400 |
commit | ea6edfbcefec1fcfdb826a1d5a054f402dfbfb24 (patch) | |
tree | 32f567ffc285a7384912577e650c12663bea1e26 /net/mac802154 | |
parent | f0b7d43c8a28155f50adb087a563cfc97566e477 (diff) |
mac802154: fix typo in header guard
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>
Diffstat (limited to 'net/mac802154')
-rw-r--r-- | net/mac802154/driver-ops.h | 4 |
1 files 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 @@ | |||
1 | #ifndef __MAC802154_DRVIER_OPS | 1 | #ifndef __MAC802154_DRIVER_OPS |
2 | #define __MAC802154_DRIVER_OPS | 2 | #define __MAC802154_DRIVER_OPS |
3 | 3 | ||
4 | #include <linux/types.h> | 4 | #include <linux/types.h> |
@@ -220,4 +220,4 @@ drv_set_promiscuous_mode(struct ieee802154_local *local, bool on) | |||
220 | return local->ops->set_promiscuous_mode(&local->hw, on); | 220 | return local->ops->set_promiscuous_mode(&local->hw, on); |
221 | } | 221 | } |
222 | 222 | ||
223 | #endif /* __MAC802154_DRVIER_OPS */ | 223 | #endif /* __MAC802154_DRIVER_OPS */ |