diff options
| author | Wu XiangCheng <[email protected]> | 2021-04-04 14:23:15 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-04-05 19:51:34 +0000 |
| commit | 85d091a794f883ea19b421c38e158558f9b24b60 (patch) | |
| tree | 1a31a45e15ad39652704ff2208a3ff0e7087dfb8 /net/tipc | |
| parent | mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklist (diff) | |
| download | kernel-85d091a794f883ea19b421c38e158558f9b24b60.tar.gz kernel-85d091a794f883ea19b421c38e158558f9b24b60.zip | |
tipc: Fix a kernel-doc warning in name_table.c
Fix kernel-doc warning:
Documentation/networking/tipc:66: /home/sfr/next/next/net/tipc/name_table.c
:558: WARNING: Unexpected indentation.
Documentation/networking/tipc:66: /home/sfr/next/next/net/tipc/name_table.c
:559: WARNING: Block quote ends without a blank line; unexpected unindent.
Due to blank line missing.
Fixes: 908148bc5046 ("tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()")
Reported-by: Stephen Rothwell <[email protected]>
Link: https://lore.kernel.org/netdev/[email protected]/
Signed-off-by: Wu XiangCheng <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc')
| -rw-r--r-- | net/tipc/name_table.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c index 6db9f9e7c0ac..b4017945d3e5 100644 --- a/net/tipc/name_table.c +++ b/net/tipc/name_table.c @@ -553,7 +553,9 @@ exit: * * On entry, a non-zero 'sk->node' indicates the node where we want lookup to be * performed, which may not be this one. + * * On exit: + * * - If lookup is deferred to another node, leave 'sk->node' unchanged and * return 'true'. * - If lookup is successful, set the 'sk->node' and 'sk->ref' (== portid) which |
