Skip to content

Commit

Permalink
tipc: Fix a kernel-doc warning in name_table.c
Browse files Browse the repository at this point in the history
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: 908148b ("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]>
  • Loading branch information
bobwxc authored and davem330 committed Apr 5, 2021
1 parent 4b4b844 commit 85d091a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/tipc/name_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,9 @@ struct publication *tipc_nametbl_remove_publ(struct net *net,
*
* 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
Expand Down

0 comments on commit 85d091a

Please sign in to comment.