diff options
author | Nicolas Iooss <nicolas.iooss_linux@m4x.org> | 2015-03-19 21:23:40 +0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-03-19 15:32:22 +0100 |
commit | ea6edfbcefec1fcfdb826a1d5a054f402dfbfb24 (patch) | |
tree | 32f567ffc285a7384912577e650c12663bea1e26 /net/mac802154/driver-ops.h | |
parent | f0b7d43c8a28155f50adb087a563cfc97566e477 (diff) | |
download | linux-ea6edfbcefec1fcfdb826a1d5a054f402dfbfb24.tar.bz2 |
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/driver-ops.h')
-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 @@ -#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 */ |