Message ID | 20220712104853.2831646-1-jiri@resnulli.us (mailing list archive) |
---|---|
Headers | show |
Series | net: devlink: couple of trivial fixes | expand |
On Tue, 12 Jul 2022 12:48:50 +0200 Jiri Pirko wrote: > Just a couple of trivial fixes I found on the way. Acked-by: Jakub Kicinski <kuba@kernel.org>
Guys, this is incorrectly marked as "Changes Requested" in patchwork, however I got ack from Jakub and no changes were requested. Could you apply, or should I re-send? Thanks! Tue, Jul 12, 2022 at 12:48:50PM CEST, jiri@resnulli.us wrote: >From: Jiri Pirko <jiri@nvidia.com> > >Just a couple of trivial fixes I found on the way. > >Jiri Pirko (3): > net: devlink: make devlink_dpipe_headers_register() return void > net: devlink: fix a typo in function name devlink_port_new_notifiy() > net: devlink: fix return statement in devlink_port_new_notify() > > .../net/ethernet/mellanox/mlxsw/spectrum_dpipe.c | 6 ++---- > include/net/devlink.h | 2 +- > net/core/devlink.c | 16 +++++++--------- > 3 files changed, 10 insertions(+), 14 deletions(-) > >-- >2.35.3 >
Wed, Jul 13, 2022 at 04:03:17PM CEST, jiri@resnulli.us wrote: >Guys, this is incorrectly marked as "Changes Requested" in patchwork, >however I got ack from Jakub and no changes were requested. >Could you apply, or should I re-send? I see, the previous patchset was not applied when robot tried to apply this, and the apply failed. Will repost, sorry for fuzz. > >Thanks! > > >Tue, Jul 12, 2022 at 12:48:50PM CEST, jiri@resnulli.us wrote: >>From: Jiri Pirko <jiri@nvidia.com> >> >>Just a couple of trivial fixes I found on the way. >> >>Jiri Pirko (3): >> net: devlink: make devlink_dpipe_headers_register() return void >> net: devlink: fix a typo in function name devlink_port_new_notifiy() >> net: devlink: fix return statement in devlink_port_new_notify() >> >> .../net/ethernet/mellanox/mlxsw/spectrum_dpipe.c | 6 ++---- >> include/net/devlink.h | 2 +- >> net/core/devlink.c | 16 +++++++--------- >> 3 files changed, 10 insertions(+), 14 deletions(-) >> >>-- >>2.35.3 >>
From: Jiri Pirko <jiri@nvidia.com> Just a couple of trivial fixes I found on the way. Jiri Pirko (3): net: devlink: make devlink_dpipe_headers_register() return void net: devlink: fix a typo in function name devlink_port_new_notifiy() net: devlink: fix return statement in devlink_port_new_notify() .../net/ethernet/mellanox/mlxsw/spectrum_dpipe.c | 6 ++---- include/net/devlink.h | 2 +- net/core/devlink.c | 16 +++++++--------- 3 files changed, 10 insertions(+), 14 deletions(-)