OSDN Git Service

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)
commit1abfb265f0accc8635254cf1da03154ac7a5fb1b
treec8e9dc12603e4f84f044e8c703d76e3c587be66f
parent3e35d198cee665efcf7b9ee01f443c263be73296
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