Commit 4ed9db2d authored by Alok Tiwari's avatar Alok Tiwari Committed by Jakub Kicinski
Browse files

net: rtnetlink: fix typo in rtnl_unregister_all() comment



Corrected "rtnl_unregster()" -> "rtnl_unregister()" in the
  documentation comment of "rtnl_unregister_all()"

Signed-off-by: default avatarAlok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250929085418.49200-1-alok.a.tiwari@oracle.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 7d452516
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -478,7 +478,7 @@ static int rtnl_unregister(int protocol, int msgtype)
 * rtnl_unregister_all - Unregister all rtnetlink message type of a protocol
 * @protocol : Protocol family or PF_UNSPEC
 *
 * Identical to calling rtnl_unregster() for all registered message types
 * Identical to calling rtnl_unregister() for all registered message types
 * of a certain protocol family.
 */
void rtnl_unregister_all(int protocol)