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