devlink: rename netlink callback to be aligned with the generated ones
authorJiri Pirko <jiri@nvidia.com>
Sat, 21 Oct 2023 11:27:08 +0000 (13:27 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 23 Oct 2023 23:12:47 +0000 (16:12 -0700)
commit53590934ba9549c55c57a32e2a6980139af00345
tree492823cb3f350cbc095b9c5cf516cf77bdb4a26e
parente3570f040836b2f6332ce5cb4db0fd070448aeb5
devlink: rename netlink callback to be aligned with the generated ones

All remaining doit and dumpit netlink callback functions are going to be
used by generated split ops. They expect certain name format. Rename the
callback to be aligned with generated names.

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://lore.kernel.org/r/20231021112711.660606-8-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
13 files changed:
net/devlink/dev.c
net/devlink/devl_internal.h
net/devlink/dpipe.c
net/devlink/health.c
net/devlink/linecard.c
net/devlink/netlink.c
net/devlink/param.c
net/devlink/port.c
net/devlink/rate.c
net/devlink/region.c
net/devlink/resource.c
net/devlink/sb.c
net/devlink/trap.c