netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/7] net: delete excess kernel-doc notation
@ 2008-10-30  5:34 Randy Dunlap
  2008-10-31  6:54 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-10-30  5:34 UTC (permalink / raw)
  To: netdev; +Cc: akpm, davem

From: Randy Dunlap <randy.dunlap@oracle.com>

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>
---
 drivers/net/wan/z85230.c  |    1 -
 include/linux/netdevice.h |    1 -
 include/net/sock.h        |    1 -
 3 files changed, 3 deletions(-)

--- lin2628-rc2.orig/include/linux/netdevice.h
+++ lin2628-rc2/include/linux/netdevice.h
@@ -1537,7 +1537,6 @@ static inline void __netif_tx_unlock_bh(
 /**
  *	netif_tx_lock - grab network device transmit lock
  *	@dev: network device
- *	@cpu: cpu number of lock owner
  *
  * Get network device transmit lock
  */
--- lin2628-rc2.orig/include/net/sock.h
+++ lin2628-rc2/include/net/sock.h
@@ -936,7 +936,6 @@ extern void sock_init_data(struct socket
 
 /**
  *	sk_filter_release: Release a socket filter
- *	@sk: socket
  *	@fp: filter to remove
  *
  *	Remove a filter from a socket and release its resources.
--- lin2628-rc2.orig/drivers/net/wan/z85230.c
+++ lin2628-rc2/drivers/net/wan/z85230.c
@@ -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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 3/7] net: delete excess kernel-doc notation
  2008-10-30  5:34 [PATCH 3/7] net: delete excess kernel-doc notation Randy Dunlap
@ 2008-10-31  6:54 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-10-31  6:54 UTC (permalink / raw)
  To: randy.dunlap; +Cc: netdev, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Wed, 29 Oct 2008 22:34:58 -0700

> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> 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>

Applied, thanks Randy.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-31  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30  5:34 [PATCH 3/7] net: delete excess kernel-doc notation Randy Dunlap
2008-10-31  6:54 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).