mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
net: Fix (nearly-)kernel-doc comments for various functions
Fix incorrect start markers, wrapped summary lines, missing section breaks, incorrect separators, and some name mismatches. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a55b138b1d
commit
2c53040f01
46 changed files with 163 additions and 103 deletions
|
@ -1691,7 +1691,8 @@ static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev)
|
|||
rcu_read_unlock();
|
||||
}
|
||||
|
||||
/* netif_setup_tc - Handle tc mappings on real_num_tx_queues change
|
||||
/**
|
||||
* netif_setup_tc - Handle tc mappings on real_num_tx_queues change
|
||||
* @dev: Network device
|
||||
* @txq: number of queues available
|
||||
*
|
||||
|
@ -1793,7 +1794,8 @@ int netif_set_real_num_rx_queues(struct net_device *dev, unsigned int rxq)
|
|||
EXPORT_SYMBOL(netif_set_real_num_rx_queues);
|
||||
#endif
|
||||
|
||||
/* netif_get_num_default_rss_queues - default number of RSS queues
|
||||
/**
|
||||
* netif_get_num_default_rss_queues - default number of RSS queues
|
||||
*
|
||||
* This routine should set an upper limit on the number of RSS queues
|
||||
* used by default by multiqueue devices.
|
||||
|
@ -5670,7 +5672,7 @@ int netdev_refcnt_read(const struct net_device *dev)
|
|||
}
|
||||
EXPORT_SYMBOL(netdev_refcnt_read);
|
||||
|
||||
/*
|
||||
/**
|
||||
* netdev_wait_allrefs - wait until all references are gone.
|
||||
*
|
||||
* This is called when unregistering network devices.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue