Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/scm/linux...
authorJakub Kicinski <kuba@kernel.org>
Thu, 27 Oct 2022 01:14:32 +0000 (18:14 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 27 Oct 2022 01:14:33 +0000 (18:14 -0700)
Re-pull from Stefan to fix the warnings.

Stefan Schmidt says:

====================
pull-request v2: ieee802154-next 2022-10-26

* tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next:
  net: mac802154: Fixup function parameter name in docs
====================

Link: https://lore.kernel.org/r/20221026075638.578840-1-stefan@datenfreihafen.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mac802154/util.c

index f08605f59b609a548512cabaf6b845f86235bd8d..ebc9a8521765faf90201f7804d0d231c1b708f5f 100644 (file)
@@ -15,7 +15,7 @@ const void *const mac802154_wpan_phy_privid = &mac802154_wpan_phy_privid;
 
 /**
  * ieee802154_wake_queue - wake ieee802154 queue
- * @local: main mac object
+ * @hw: main hardware object
  *
  * Tranceivers usually have either one transmit framebuffer or one framebuffer
  * for both transmitting and receiving. Hence, the core currently only handles
@@ -41,7 +41,7 @@ static void ieee802154_wake_queue(struct ieee802154_hw *hw)
 
 /**
  * ieee802154_stop_queue - stop ieee802154 queue
- * @local: main mac object
+ * @hw: main hardware object
  *
  * Tranceivers usually have either one transmit framebuffer or one framebuffer
  * for both transmitting and receiving. Hence, the core currently only handles