diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-10-26 18:14:32 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-10-26 18:14:33 -0700 |
commit | c206394b78c745a69cbb30e935d0a26f82a37199 (patch) | |
tree | a08a764bec352316780e8eee1617214eabbd5096 /net/mac802154 | |
parent | 34e0b94520301561390f566d56048b374c28c57e (diff) | |
parent | 982e2b7329fe5c5387453524f40eec706d2c60bf (diff) |
Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/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>
Diffstat (limited to 'net/mac802154')
-rw-r--r-- | net/mac802154/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac802154/util.c b/net/mac802154/util.c index f08605f59b60..ebc9a8521765 100644 --- a/net/mac802154/util.c +++ b/net/mac802154/util.c @@ -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 |