mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net: ethernet: Fix typo of 'network' in comment
Signed-off-by: Eric Lin <dslin1010@gmail.com> Reported-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7866f265b8
commit
28110056f2
1 changed files with 1 additions and 1 deletions
|
@ -2525,7 +2525,7 @@ static int velocity_close(struct net_device *dev)
|
|||
* @skb: buffer to transmit
|
||||
* @dev: network device
|
||||
*
|
||||
* Called by the networ layer to request a packet is queued to
|
||||
* Called by the network layer to request a packet is queued to
|
||||
* the velocity. Returns zero on success.
|
||||
*/
|
||||
static netdev_tx_t velocity_xmit(struct sk_buff *skb,
|
||||
|
|
Loading…
Add table
Reference in a new issue