* [PATCH] net: fix new kernel-doc warnings in net core
@ 2013-03-04 22:32 Randy Dunlap
2013-03-06 4:56 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2013-03-04 22:32 UTC (permalink / raw)
To: netdev@vger.kernel.org, David Miller, Linus Torvalds
From: Randy Dunlap <rdunlap@infradead.org>
Fix new kernel-doc warnings in net/core/dev.c:
Warning(net/core/dev.c:4788): No description found for parameter 'new_carrier'
Warning(net/core/dev.c:4788): Excess function parameter 'new_carries' description in 'dev_change_carrier'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
net/core/dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-39-rc1.orig/net/core/dev.c
+++ lnx-39-rc1/net/core/dev.c
@@ -4780,7 +4780,7 @@ EXPORT_SYMBOL(dev_set_mac_address);
/**
* dev_change_carrier - Change device carrier
* @dev: device
- * @new_carries: new value
+ * @new_carrier: new value
*
* Change device carrier
*/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-06 4:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-04 22:32 [PATCH] net: fix new kernel-doc warnings in net core Randy Dunlap
2013-03-06 4:56 ` 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).