All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next v2 0/3] net: devlink: devl_* cosmetic fixes
@ 2022-07-01 16:40 Jiri Pirko
  2022-07-01 16:40 ` [patch net-next v2 1/3] net: devlink: move unlocked function prototypes alongside the locked ones Jiri Pirko
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jiri Pirko @ 2022-07-01 16:40 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, pabeni, edumazet, mlxsw, saeedm, moshe

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: move unlocked function prototypes alongside the locked
    ones
  net: devlink: call lockdep_assert_held() for devlink->lock directly
  net: devlink: fix unlocked vs locked functions descriptions

 include/net/devlink.h | 16 +++++++---------
 net/core/devlink.c    | 42 +++++++++++++++++++++++++++++++++++++++---
 2 files changed, 46 insertions(+), 12 deletions(-)

-- 
2.35.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-07-02 16:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-01 16:40 [patch net-next v2 0/3] net: devlink: devl_* cosmetic fixes Jiri Pirko
2022-07-01 16:40 ` [patch net-next v2 1/3] net: devlink: move unlocked function prototypes alongside the locked ones Jiri Pirko
2022-07-01 16:40 ` [patch net-next v2 2/3] net: devlink: call lockdep_assert_held() for devlink->lock directly Jiri Pirko
2022-07-02  3:10   ` Jakub Kicinski
2022-07-02 15:59     ` Jiri Pirko
2022-07-01 16:40 ` [patch net-next v2 3/3] net: devlink: fix unlocked vs locked functions descriptions Jiri Pirko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.