Skip to content

Commit 4ed9db2

Browse files
aloktiwakuba-moo
authored andcommitted
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: Alok Tiwari <alok.a.tiwari@oracle.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20250929085418.49200-1-alok.a.tiwari@oracle.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 7d45251 commit 4ed9db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/core/rtnetlink.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ static int rtnl_unregister(int protocol, int msgtype)
478478
* rtnl_unregister_all - Unregister all rtnetlink message type of a protocol
479479
* @protocol : Protocol family or PF_UNSPEC
480480
*
481-
* Identical to calling rtnl_unregster() for all registered message types
481+
* Identical to calling rtnl_unregister() for all registered message types
482482
* of a certain protocol family.
483483
*/
484484
void rtnl_unregister_all(int protocol)

0 commit comments

Comments
 (0)