]> git.baikalelectronics.ru Git - kernel.git/commit
net: devlink: fix unlocked vs locked functions descriptions
authorJiri Pirko <jiri@nvidia.com>
Tue, 12 Jul 2022 10:24:22 +0000 (12:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Jul 2022 12:49:43 +0000 (13:49 +0100)
commita30123376555cd564cb36b96b4a9013b83682ebd
treec8e9dc12603e4f84f044e8c703d76e3c587be66f
parente0e3c03f551a160e2b730195adba85b61344fa22
net: devlink: fix unlocked vs locked functions descriptions

To be unified with the rest of the code, the unlocked version (devl_*)
of function should have the same description in documentation as the
locked one. Add the missing documentation. Also, add "Context"
annotation for the locked versions where it is missing.

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/devlink.c