Re: [PATCH v2] net: Fix documentation for unregister_netdevice_notifier_net

From: Jiri Pirko
Date: Fri Dec 16 2022 - 06:20:07 EST


Fri, Dec 16, 2022 at 10:48:35AM CET, linmq006@xxxxxxxxx wrote:
>unregister_netdevice_notifier_net() is used for unregister a notifier
>registered by register_netdevice_notifier_net(). Also s/into/from/.
>
>Fixes: a30c7b429f2d ("net: introduce per-netns netdevice notifiers")

Hmm, I believe that comment fixes should not contain the fixes tag not
to confuse anyone (bot) as this is not fixing a bug. This is net-next
tree material, please mark it as such in the patch subject line:
[PATCH net-next v2] ...

Reviewed-by: Jiri Pirko <jiri@xxxxxxxxxx>