Message ID | 20220712102424.2774011-1-jiri@resnulli.us (mailing list archive) |
---|---|
Headers | show |
Series | net: devlink: devl_* cosmetic fixes | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 12 Jul 2022 12:24:21 +0200 you 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 > > [...] Here is the summary with links: - [net-next,v4,1/3] net: devlink: fix unlocked vs locked functions descriptions https://git.kernel.org/netdev/net-next/c/1abfb265f0ac - [net-next,v4,2/3] net: devlink: use helpers to work with devlink->lock mutex https://git.kernel.org/netdev/net-next/c/7715023aa51f - [net-next,v4,3/3] net: devlink: move unlocked function prototypes alongside the locked ones https://git.kernel.org/netdev/net-next/c/277cbb6bc4bd You are awesome, thank you!
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 | 252 +++++++++++++++++++++++------------------- 2 files changed, 144 insertions(+), 124 deletions(-)