projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b25ebfd
)
net: Update kernel-doc for netif_set_real_num_rx_queues()
author
Ben Hutchings
<
[email protected]
>
Fri, 8 Oct 2010 17:33:39 +0000
(10:33 -0700)
committer
David S. Miller
<
[email protected]
>
Fri, 8 Oct 2010 17:33:39 +0000
(10:33 -0700)
Synchronise the comment with the preceding implementation change.
Signed-off-by: Ben Hutchings <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/core/dev.c
patch
|
blob
|
history
diff --git
a/net/core/dev.c
b/net/core/dev.c
index fd1b75a47e88fbe39786a10097fa9fef180f89dd..4962c8afd606f6bca3efe043c1e264b43f5e7434 100644
(file)
--- a/
net/core/dev.c
+++ b/
net/core/dev.c
@@
-1576,8
+1576,8
@@
EXPORT_SYMBOL(netif_set_real_num_tx_queues);
*
* This must be called either with the rtnl_lock held or before
* registration of the net device. Returns 0 on success, or a
- * negative error code. If called before registration, it al
so
- * s
ets the maximum number of queues, and always s
ucceeds.
+ * negative error code. If called before registration, it al
ways
+ * succeeds.
*/
int netif_set_real_num_rx_queues(struct net_device *dev, unsigned int rxq)
{