Skip to content

Commit

Permalink
Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.or…
Browse files Browse the repository at this point in the history
…g/pub/scm/linux/kernel/git/sschmidt/wpan-next

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>
  • Loading branch information
Jakub Kicinski committed Oct 27, 2022
2 parents 34e0b94 + 982e2b7 commit c206394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/mac802154/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c206394

Please sign in to comment.