Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea6edfbc authored by Nicolas Iooss's avatar Nicolas Iooss Committed by Marcel Holtmann
Browse files

mac802154: fix typo in header guard



Signed-off-by: default avatarNicolas Iooss <nicolas.iooss_linux@m4x.org>
Fixes: b6eea9ca ("mac802154: introduce driver-ops header")
Acked-by: default avatarAlexander Aring <alex.aring@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent f0b7d43c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
#ifndef __MAC802154_DRVIER_OPS
#ifndef __MAC802154_DRIVER_OPS
#define __MAC802154_DRIVER_OPS
#define __MAC802154_DRIVER_OPS


#include <linux/types.h>
#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);
	return local->ops->set_promiscuous_mode(&local->hw, on);
}
}


#endif /* __MAC802154_DRVIER_OPS */
#endif /* __MAC802154_DRIVER_OPS */