net: delete excess kernel-doc notation
Remove excess kernel-doc function parameters from networking header & driver files: Warning(include/net/sock.h:946): Excess function parameter or struct member 'sk' description in 'sk_filter_release' Warning(include/linux/netdevice.h:1545): Excess function parameter or struct member 'cpu' description in 'netif_tx_lock' Warning(drivers/net/wan/z85230.c:712): Excess function parameter or struct member 'regs' description in 'z8530_interrupt' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
194dcdba5a
commit
ad1d967c88
@@ -695,7 +695,6 @@ EXPORT_SYMBOL(z8530_nop);
|
||||
* z8530_interrupt - Handle an interrupt from a Z8530
|
||||
* @irq: Interrupt number
|
||||
* @dev_id: The Z8530 device that is interrupting.
|
||||
* @regs: unused
|
||||
*
|
||||
* A Z85[2]30 device has stuck its hand in the air for attention.
|
||||
* We scan both the channels on the chip for events and then call
|
||||
|
Reference in New Issue
Block a user