Skip to content

Commit

Permalink
net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac1…
Browse files Browse the repository at this point in the history
…00.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>
  • Loading branch information
Hu Haowen authored and David S. Miller committed Apr 1, 2020
1 parent b9258a2 commit e6b45ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/faraday/ftgmac100.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit e6b45ee

Please sign in to comment.