diff options
author | Eric Lin <dslin1010@gmail.com> | 2021-03-31 03:04:17 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-31 03:14:11 +0200 |
commit | 28110056f2d07a576ca045a38f80de051b13582a (patch) | |
tree | 8b99f15ed65ff05711302d8f1f19f7f8137d4fd3 /drivers/net/ethernet/via | |
parent | mlxsw: spectrum_router: Only perform atomic nexthop bucket replacement when r... (diff) | |
download | linux-28110056f2d07a576ca045a38f80de051b13582a.tar.xz 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>
Diffstat (limited to 'drivers/net/ethernet/via')
-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, |