commit | 0042d0c840c616186a5b09207a0e77fab7581db3 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Fri Sep 06 16:58:00 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 06 14:43:49 2013 -0400 |
tree | 7046db91faa3d51529ba71484d7f1594ea73be52 | |
parent | 635ad31002fad736af85adfc96bb9408fb813a7b [diff] |
net: add documentation for BQL helpers Provide a kernel-doc comment documentation for the BQL helpers: - netdev_sent_queue - netdev_completed_queue - netdev_reset_queue Similarly to how it is done for the other functions, the documentation only covers the function operating on struct net_device and not struct netdev_queue. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>