Message ID | 20220708074808.2191479-1-jiri@resnulli.us (mailing list archive) |
---|---|
Headers | show |
Series | net: devlink: devl_* cosmetic fixes | expand |
On Fri, 8 Jul 2022 09:48:02 +0200 Jiri Pirko wrote: > Hi. This patches just fixes some small cosmetic issues of devl_* related > functions which I found on the way. This version does not apply but lgtm: Acked-by: Jakub Kicinski <kuba@kernel.org>
Sat, Jul 09, 2022 at 12:17:17AM CEST, kuba@kernel.org wrote: >On Fri, 8 Jul 2022 09:48:02 +0200 Jiri Pirko wrote: >> Hi. This patches just fixes some small cosmetic issues of devl_* related >> functions which I found on the way. > >This version does not apply but lgtm: Okay, will check, fix, repost. > >Acked-by: Jakub Kicinski <kuba@kernel.org> thx!
From: Jiri Pirko <jiri@nvidia.com> Hi. This patches just fixes some small cosmetic issues of devl_* related functions which I found on the way. Jiri Pirko (3): net: devlink: fix unlocked vs locked functions descriptions net: devlink: use helpers to work with devlink->lock mutex net: devlink: make devlink_dpipe_headers_register() return void .../ethernet/mellanox/mlxsw/spectrum_dpipe.c | 6 +- include/net/devlink.h | 2 +- net/core/devlink.c | 289 ++++++++++-------- 3 files changed, 165 insertions(+), 132 deletions(-)