net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.c
authorHu Haowen <xianfengting221@163.com>
Wed, 1 Apr 2020 10:56:24 +0000 (18:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Apr 2020 18:23:45 +0000 (11:23 -0700)
"its not" is wrong. The words should be "it's not".

Signed-off-by: Hu Haowen <xianfengting221@163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/faraday/ftgmac100.c

index 835b7816e37284b88da63ec993710a55dcbbc613..87236206366fdf4d334fc241df21cf1156d66e4d 100644 (file)
@@ -1731,7 +1731,7 @@ static int ftgmac100_setup_clk(struct ftgmac100 *priv)
        if (rc)
                goto cleanup_clk;
 
-       /* RCLK is for RMII, typically used for NCSI. Optional because its not
+       /* RCLK is for RMII, typically used for NCSI. Optional because it's not
         * necessary if it's the AST2400 MAC, or the MAC is configured for
         * RGMII, or the controller is not an ASPEED-based controller.
         */