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.

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 <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/netdev/20210318172255.63185609@canb.auug.org.au/
Signed-off-by: Wu XiangCheng <bobwxc@email.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Wu XiangCheng and committed by
David S. Miller
85d091a7 4b4b8446

+2
+2
net/tipc/name_table.c
··· 553 553 * 554 554 * On entry, a non-zero 'sk->node' indicates the node where we want lookup to be 555 555 * performed, which may not be this one. 556 + * 556 557 * On exit: 558 + * 557 559 * - If lookup is deferred to another node, leave 'sk->node' unchanged and 558 560 * return 'true'. 559 561 * - If lookup is successful, set the 'sk->node' and 'sk->ref' (== portid) which