Commit e6b45ee790ec61e58a810d20a820e19a5878ffe3

Authored by Hu Haowen
Committed by David S. Miller
1 parent b9258a2cec

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 <xianfengting221@163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/net/ethernet/faraday/ftgmac100.c
... ... @@ -1731,7 +1731,7 @@
1731 1731 if (rc)
1732 1732 goto cleanup_clk;
1733 1733  
1734   - /* RCLK is for RMII, typically used for NCSI. Optional because its not
  1734 + /* RCLK is for RMII, typically used for NCSI. Optional because it's not
1735 1735 * necessary if it's the AST2400 MAC, or the MAC is configured for
1736 1736 * RGMII, or the controller is not an ASPEED-based controller.
1737 1737 */