net/core/dev.c: fix kernel-doc warning
authorRandy Dunlap <[email protected]>
Sat, 18 Aug 2012 14:36:44 +0000 (14:36 +0000)
committerDavid S. Miller <[email protected]>
Mon, 20 Aug 2012 10:00:55 +0000 (03:00 -0700)
Fix kernel-doc warning:

Warning(net/core/dev.c:5745): No description found for parameter 'dev'

Signed-off-by: Randy Dunlap <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
net/core/dev.c

index debd9372472fac64cfb7764570efe1e2a25f4e4c..83988362805ef1453efb37bfcb3692f59f4edd21 100644 (file)
@@ -5744,6 +5744,7 @@ EXPORT_SYMBOL(netdev_refcnt_read);
 
 /**
  * netdev_wait_allrefs - wait until all references are gone.
+ * @dev: target net_device
  *
  * This is called when unregistering network devices.
  *