net: phy: mscc: ptp: fix a typo in a comment
authorAntoine Tenart <antoine.tenart@bootlin.com>
Thu, 25 Jun 2020 15:42:07 +0000 (17:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Jun 2020 23:22:11 +0000 (16:22 -0700)
This patch fixes a typo in a comment, s/Ths/This/. The patch is cosmetic
only.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mscc/mscc_ptp.c

index 030a56c..d426691 100644 (file)
@@ -1564,7 +1564,7 @@ int vsc8584_ptp_probe(struct phy_device *phydev)
 
        /* Retrieve the shared load/save GPIO. Request it as non exclusive as
         * the same GPIO can be requested by all the PHYs of the same package.
-        * Ths GPIO must be used with the gpio_lock taken (the lock is shared
+        * This GPIO must be used with the gpio_lock taken (the lock is shared
         * between all PHYs).
         */
        vsc8531->load_save = devm_gpiod_get_optional(&phydev->mdio.dev, "load-save",