Commit 28110056 authored by Eric Lin's avatar Eric Lin Committed by David S. Miller

net: ethernet: Fix typo of 'network' in comment

Signed-off-by: default avatarEric Lin <dslin1010@gmail.com>
Reported-by: default avatarGustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7866f265
...@@ -2525,7 +2525,7 @@ static int velocity_close(struct net_device *dev) ...@@ -2525,7 +2525,7 @@ static int velocity_close(struct net_device *dev)
* @skb: buffer to transmit * @skb: buffer to transmit
* @dev: network device * @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. * the velocity. Returns zero on success.
*/ */
static netdev_tx_t velocity_xmit(struct sk_buff *skb, static netdev_tx_t velocity_xmit(struct sk_buff *skb,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment