diff options
author | Eric Lin <dslin1010@gmail.com> | 2021-03-31 09:04:17 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-30 18:14:11 -0700 |
commit | 28110056f2d07a576ca045a38f80de051b13582a (patch) | |
tree | 8b99f15ed65ff05711302d8f1f19f7f8137d4fd3 | |
parent | 7866f265b824589f2cf45fce8bf82d152557bd7c (diff) | |
download | linux-28110056f2d07a576ca045a38f80de051b13582a.tar.gz linux-28110056f2d07a576ca045a38f80de051b13582a.tar.bz2 linux-28110056f2d07a576ca045a38f80de051b13582a.zip |
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>
-rw-r--r-- | drivers/net/ethernet/via/via-velocity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/via/via-velocity.c b/drivers/net/ethernet/via/via-velocity.c index b65767f9e499..fecc4d7b00b0 100644 --- a/drivers/net/ethernet/via/via-velocity.c +++ b/drivers/net/ethernet/via/via-velocity.c @@ -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, |