Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nicolas Iooss and committed by
Marcel Holtmann
ea6edfbc f0b7d43c

+2 -2
+2 -2
net/mac802154/driver-ops.h
··· 1 - #ifndef __MAC802154_DRVIER_OPS 1 + #ifndef __MAC802154_DRIVER_OPS 2 2 #define __MAC802154_DRIVER_OPS 3 3 4 4 #include <linux/types.h> ··· 220 220 return local->ops->set_promiscuous_mode(&local->hw, on); 221 221 } 222 222 223 - #endif /* __MAC802154_DRVIER_OPS */ 223 + #endif /* __MAC802154_DRIVER_OPS */