mbox series

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

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

Message

Jiri Pirko July 11, 2022, 1:26 p.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: move unlocked function prototypes alongside the locked
    ones

 include/net/devlink.h |  16 ++-
 net/core/devlink.c    | 284 ++++++++++++++++++++++++------------------
 2 files changed, 167 insertions(+), 133 deletions(-)

Comments

Jiri Pirko July 11, 2022, 2:31 p.m. UTC | #1
Jakub, this will probably conflict with Saeeds PR. Let me know and I
will rebase. Thanks!

Mon, Jul 11, 2022 at 03:26:04PM CEST, jiri@resnulli.us wrote:
>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: move unlocked function prototypes alongside the locked
>    ones
>
> include/net/devlink.h |  16 ++-
> net/core/devlink.c    | 284 ++++++++++++++++++++++++------------------
> 2 files changed, 167 insertions(+), 133 deletions(-)
>
>-- 
>2.35.3
>
Paolo Abeni July 12, 2022, 8:53 a.m. UTC | #2
Hello,

On Mon, 2022-07-11 at 16:31 +0200, Jiri Pirko wrote:
> Jakub, this will probably conflict with Saeeds PR. Let me know and I
> will rebase. Thanks!

Indeed there are some conflicts. Could you please rebase? 

Thanks!

Paolo
Jiri Pirko July 12, 2022, 10:04 a.m. UTC | #3
Tue, Jul 12, 2022 at 10:53:38AM CEST, pabeni@redhat.com wrote:
>Hello,
>
>On Mon, 2022-07-11 at 16:31 +0200, Jiri Pirko wrote:
>> Jakub, this will probably conflict with Saeeds PR. Let me know and I
>> will rebase. Thanks!
>
>Indeed there are some conflicts. Could you please rebase? 

I'm on in. Will it to you in a jiff.

>
>Thanks!
>
>Paolo
>