Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Alok Tiwari and committed by
Jakub Kicinski
4ed9db2d 7d452516

+1 -1
+1 -1
net/core/rtnetlink.c
··· 478 478 * rtnl_unregister_all - Unregister all rtnetlink message type of a protocol 479 479 * @protocol : Protocol family or PF_UNSPEC 480 480 * 481 - * Identical to calling rtnl_unregster() for all registered message types 481 + * Identical to calling rtnl_unregister() for all registered message types 482 482 * of a certain protocol family. 483 483 */ 484 484 void rtnl_unregister_all(int protocol)