tipc: Fix a kernel-doc warning in name_table.c
authorWu XiangCheng <bobwxc@email.cn>
Sun, 4 Apr 2021 14:23:15 +0000 (22:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Apr 2021 19:51:34 +0000 (12:51 -0700)
commit85d091a794f883ea19b421c38e158558f9b24b60
tree1a31a45e15ad39652704ff2208a3ff0e7087dfb8
parent4b4b84468aa27d0a18be8cb727f246aa35a3406d
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>
net/tipc/name_table.c