Skip to content

Commit

Permalink
mac802154: fix typo in header guard
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Iooss <[email protected]>
Fixes: b6eea9c ("mac802154: introduce driver-ops header")
Acked-by: Alexander Aring <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
  • Loading branch information
fishilico authored and holtmann committed Mar 19, 2015
1 parent f0b7d43 commit ea6edfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/mac802154/driver-ops.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __MAC802154_DRVIER_OPS
#ifndef __MAC802154_DRIVER_OPS
#define __MAC802154_DRIVER_OPS

#include <linux/types.h>
Expand Down Expand Up @@ -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 */

0 comments on commit ea6edfb

Please sign in to comment.