Commit 697d0e33 authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller

net: fix kernel-doc warning in core/filter.c

Fix new kernel-doc notation warning in net/core/filter.c:

Warning(net/core/filter.c:172): No description found for parameter 'fentry'
Warning(net/core/filter.c:172): Excess function parameter 'filter' description in 'sk_run_filter'
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 928c41e7
...@@ -158,7 +158,7 @@ EXPORT_SYMBOL(sk_filter); ...@@ -158,7 +158,7 @@ EXPORT_SYMBOL(sk_filter);
/** /**
* sk_run_filter - run a filter on a socket * sk_run_filter - run a filter on a socket
* @skb: buffer to run the filter on * @skb: buffer to run the filter on
* @filter: filter to apply * @fentry: filter to apply
* *
* Decode and apply filter instructions to the skb->data. * Decode and apply filter instructions to the skb->data.
* Return length to keep, 0 for none. @skb is the data we are * Return length to keep, 0 for none. @skb is the data we are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment