All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] tipc: Fix a kernel-doc warning in name_table.c
@ 2021-04-04 14:23 Wu XiangCheng
  2021-04-05 20:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Wu XiangCheng @ 2021-04-04 14:23 UTC (permalink / raw)
  To: Jon Maloy; +Cc: Ying Xue, netdev

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>
---
 net/tipc/name_table.c | 2 ++
 1 file changed, 2 insertions(+)

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 @@ 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
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] tipc: Fix a kernel-doc warning in name_table.c
  2021-04-04 14:23 [PATCH net-next] tipc: Fix a kernel-doc warning in name_table.c Wu XiangCheng
@ 2021-04-05 20:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-04-05 20:00 UTC (permalink / raw)
  To: Wu XiangCheng; +Cc: jmaloy, ying.xue, netdev

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Sun, 4 Apr 2021 22:23:15 +0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next] tipc: Fix a kernel-doc warning in name_table.c
    https://git.kernel.org/netdev/net-next/c/85d091a794f8

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-05 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-04 14:23 [PATCH net-next] tipc: Fix a kernel-doc warning in name_table.c Wu XiangCheng
2021-04-05 20:00 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.