diff options
author | Hu Haowen <xianfengting221@163.com> | 2020-04-01 13:56:24 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-01 21:23:45 +0300 |
commit | e6b45ee790ec61e58a810d20a820e19a5878ffe3 (patch) | |
tree | 9088c14a02967864f18772aa501f75308a5b8023 /drivers/net/ethernet/faraday | |
parent | b9258a2cece4ec1f020715fe3554bc2e360f6264 (diff) | |
download | linux-e6b45ee790ec61e58a810d20a820e19a5878ffe3.tar.xz |
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>
Diffstat (limited to 'drivers/net/ethernet/faraday')
-rw-r--r-- | drivers/net/ethernet/faraday/ftgmac100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/faraday/ftgmac100.c b/drivers/net/ethernet/faraday/ftgmac100.c index 835b7816e372..87236206366f 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. */ |