From: Hu Haowen Date: Wed, 1 Apr 2020 10:56:24 +0000 (+0800) Subject: net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e6b45ee790ec61e58a810d20a820e19a5878ffe3;p=linux.git net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.c "its not" is wrong. The words should be "it's not". Signed-off-by: Hu Haowen Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/faraday/ftgmac100.c b/drivers/net/ethernet/faraday/ftgmac100.c index 835b7816e3728..87236206366fd 100644 --- a/drivers/net/ethernet/faraday/ftgmac100.c +++ b/drivers/net/ethernet/faraday/ftgmac100.c @@ -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. */