Re: [PATCH 3/7] net: delete excess kernel-doc notation
From: David Miller <davem@davemloft.net>
Date: 2008-10-31 06:55:09
From: David Miller <davem@davemloft.net>
Date: 2008-10-31 06:55:09
From: Randy Dunlap <redacted> Date: Wed, 29 Oct 2008 22:34:58 -0700
From: Randy Dunlap <redacted> 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 <redacted>
Applied, thanks Randy.