Skip to content

Commit

Permalink
net: ethernet: Fix typo of 'network' in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Lin authored and David S. Miller committed Mar 31, 2021
1 parent 7866f26 commit 2811005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/via/via-velocity.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2811005

Please sign in to comment.