]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
r8169: fix a typo in a comment
authorCorentin Musard <corentinmusard@gmail.com>
Wed, 24 Jul 2019 12:34:43 +0000 (14:34 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jul 2019 21:11:03 +0000 (14:11 -0700)
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>
drivers/net/ethernet/realtek/r8169_main.c

index 9c743d2fc29de53c3437f437f56022765336ccf8..58feb234fb10147375a656a788718532ef882014 100644 (file)
@@ -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))