diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-07-13 01:15:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-13 17:20:39 -0700 |
commit | 3628e3cbf9edc8381961394ccd6fb0bf049fdb69 (patch) | |
tree | 3edfb68917bc5c41613fa0bd7f2652dbb9b26867 /net/ipv4/ipmr.c | |
parent | aff53b23a9a74cf6729a6022e5dd22dd698bd9d9 (diff) | |
download | lwn-3628e3cbf9edc8381961394ccd6fb0bf049fdb69.tar.gz lwn-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/ipmr.c')
-rw-r--r-- | net/ipv4/ipmr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index f5c7a58844a4..678639c01e48 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c @@ -636,7 +636,10 @@ static int call_ipmr_mfc_entry_notifiers(struct net *net, /** * vif_delete - Delete a VIF entry + * @mrt: Table to delete from + * @vifi: VIF identifier to delete * @notify: Set to 1, if the caller is a notifier_call + * @head: if unregistering the VIF, place it on this queue */ static int vif_delete(struct mr_table *mrt, int vifi, int notify, struct list_head *head) |