]> 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)
commit8403aebe8a60569c975670b32e3807c5711d5652
treec8e9dc12603e4f84f044e8c703d76e3c587be66f
parent3cc784514b551505227e8a5da90d8b91ea81cad0
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