diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-11-29 19:32:48 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-12-02 00:38:17 +0100 |
commit | 637b77fdca5c5e74e9f3f45aca9f52a763edd0ff (patch) | |
tree | d616cd545e23b57143e9bce7a7b4f749178716d0 /net/tipc/discover.c | |
parent | net/tipc: fix socket.c kernel-doc (diff) | |
download | linux-637b77fdca5c5e74e9f3f45aca9f52a763edd0ff.tar.xz linux-637b77fdca5c5e74e9f3f45aca9f52a763edd0ff.zip |
net/tipc: fix all function Return: notation
Fix Return: kernel-doc notation in all net/tipc/ source files.
Also keep ReST list notation intact for output formatting.
Fix a few typos in comments.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/tipc/discover.c')
-rw-r--r-- | net/tipc/discover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/discover.c b/net/tipc/discover.c index 40c11681819c..5380f605b851 100644 --- a/net/tipc/discover.c +++ b/net/tipc/discover.c @@ -342,7 +342,7 @@ exit: * @dest: destination address for request messages * @skb: pointer to created frame * - * Returns 0 if successful, otherwise -errno. + * Return: 0 if successful, otherwise -errno. */ int tipc_disc_create(struct net *net, struct tipc_bearer *b, struct tipc_media_addr *dest, struct sk_buff **skb) |