mbox series

[net-next,v3,0/3] net: devlink: devl_* cosmetic fixes

Message ID 20220708074808.2191479-1-jiri@resnulli.us (mailing list archive)
Headers show
Series net: devlink: devl_* cosmetic fixes | expand

Message

Jiri Pirko July 8, 2022, 7:48 a.m. UTC
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(-)

Comments

Jakub Kicinski July 8, 2022, 10:17 p.m. UTC | #1
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>
Jiri Pirko July 9, 2022, 4:58 a.m. UTC | #2
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!