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:
25c509f
)
rtnetlink: Fix kdoc of rtnl_af_register().
author
Kuniyuki Iwashima
<kuniyu@amazon.com>
Tue, 22 Oct 2024 21:03:20 +0000
(14:03 -0700)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 29 Oct 2024 18:35:20 +0000
(11:35 -0700)
Commit
26eebdc4b005
("rtnetlink: Return int from rtnl_af_register().")
made rtnl_af_register() return int again, and kdoc needs to be fixed up.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link:
https://patch.msgid.link/20241022210320.86111-1-kuniyu@amazon.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
dda8230
..
b70f90b
100644
(file)
--- a/
net/core/rtnetlink.c
+++ b/
net/core/rtnetlink.c
@@
-708,7
+708,7
@@
static void rtnl_af_put(struct rtnl_af_ops *ops, int srcu_index)
* rtnl_af_register - Register rtnl_af_ops with rtnetlink.
* @ops: struct rtnl_af_ops * to register
*
- * Return
s
0 on success or a negative error code.
+ * Return
:
0 on success or a negative error code.
*/
int rtnl_af_register(struct rtnl_af_ops *ops)
{