"its not" is wrong. The words should be "it's not".
Signed-off-by: Hu Haowen <[email protected]>
---
drivers/net/ethernet/faraday/ftgmac100.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
*/
--
2.20.1
From: Hu Haowen <[email protected]>
Date: Wed, 1 Apr 2020 18:56:24 +0800
> "its not" is wrong. The words should be "it's not".
>
> Signed-off-by: Hu Haowen <[email protected]>
Applied.
On Wed, 2020-04-01 at 18:56 +0800, Hu Haowen wrote:
> "its not" is wrong. The words should be "it's not".
>
> Signed-off-by: Hu Haowen <[email protected]>
Typo more than grammer :-)
Acked-by: Benjamin Herrenschmidt <[email protected]>
(the offender)
> ---
> drivers/net/ethernet/faraday/ftgmac100.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.
> */
On Thu, 2 Apr 2020, at 21:13, Benjamin Herrenschmidt wrote:
> On Wed, 2020-04-01 at 18:56 +0800, Hu Haowen wrote:
> > "its not" is wrong. The words should be "it's not".
> >
> > Signed-off-by: Hu Haowen <[email protected]>
>
> Typo more than grammer :-)
>
> Acked-by: Benjamin Herrenschmidt <[email protected]>
>
> (the offender)
No, I am Spartacus!
But yeah:
Acked-by: Andrew Jeffery <[email protected]>
On 2020/4/2 6:43 PM, Benjamin Herrenschmidt wrote:
> On Wed, 2020-04-01 at 18:56 +0800, Hu Haowen wrote:
>> "its not" is wrong. The words should be "it's not".
>>
>> Signed-off-by: Hu Haowen <[email protected]>
> Typo more than grammer :-)
Emm...
In fact I just found the mistake by accident and decided to fix it up
because it is a standard in the kernel documention not to misspell
words :-)
>
> Acked-by: Benjamin Herrenschmidt <[email protected]>
>
> (the offender)
>
>> ---
>> drivers/net/ethernet/faraday/ftgmac100.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> 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.
>> */