diff options
author | Corentin Musard <corentinmusard@gmail.com> | 2019-07-24 14:34:43 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-24 14:11:03 -0700 |
commit | ed72a9bb9af06c9eb06ff2e8640faac44f8da94a (patch) | |
tree | 1099d91e02911161cb56d1eba9d8acca69cf9dfa /drivers | |
parent | 92493a2f8a8d5a5bc1188fc71ef02df859ebd932 (diff) |
r8169: fix a typo in a comment
Replace "additonal" by "additional" in a comment.
Typo found by checkpatch.pl.
Signed-off-by: Corentin Musard <corentinmusard@gmail.com>
Reviewed-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/realtek/r8169_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/realtek/r8169_main.c b/drivers/net/ethernet/realtek/r8169_main.c index 9c743d2fc29d..58feb234fb10 100644 --- a/drivers/net/ethernet/realtek/r8169_main.c +++ b/drivers/net/ethernet/realtek/r8169_main.c @@ -6321,7 +6321,7 @@ rtl8169_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats) stats->multicast = dev->stats.multicast; /* - * Fetch additonal counter values missing in stats collected by driver + * Fetch additional counter values missing in stats collected by driver * from tally counters. */ if (pm_runtime_active(&pdev->dev)) |