projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d45251
)
net: rtnetlink: fix typo in rtnl_unregister_all() comment
author
Alok Tiwari
<alok.a.tiwari@oracle.com>
Mon, 29 Sep 2025 08:54:12 +0000
(
01:54
-0700)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 30 Sep 2025 01:31:08 +0000
(18:31 -0700)
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>
net/core/rtnetlink.c
patch
|
blob
|
history
diff --git
a/net/core/rtnetlink.c
b/net/core/rtnetlink.c
index
d9e68ca
..
8040ff7
100644
(file)
--- a/
net/core/rtnetlink.c
+++ b/
net/core/rtnetlink.c
@@
-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_unreg
i
ster() for all registered message types
* of a certain protocol family.
*/
void rtnl_unregister_all(int protocol)