diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-07-13 01:15:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-14 02:20:39 +0200 |
commit | 3628e3cbf9edc8381961394ccd6fb0bf049fdb69 (patch) | |
tree | 3edfb68917bc5c41613fa0bd7f2652dbb9b26867 /net/ipv4/udp.c | |
parent | net: decnet: kerneldoc fixes (diff) | |
download | linux-3628e3cbf9edc8381961394ccd6fb0bf049fdb69.tar.xz linux-3628e3cbf9edc8381961394ccd6fb0bf049fdb69.zip |
net: ipv4: kerneldoc fixes
Simple fixes which require no deep knowledge of the code.
Cc: Paul Moore <paul@paul-moore.com>
Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udp.c')
-rw-r--r-- | net/ipv4/udp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index 31530129f137..073d346f515c 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c @@ -2743,9 +2743,9 @@ int compat_udp_getsockopt(struct sock *sk, int level, int optname, #endif /** * udp_poll - wait for a UDP event. - * @file - file struct - * @sock - socket - * @wait - poll table + * @file: - file struct + * @sock: - socket + * @wait: - poll table * * This is same as datagram poll, except for the special case of * blocking sockets. If application is using a blocking fd |