linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bnx2x: correct a comment mistake in grammar
@ 2020-04-01 12:40 Hu Haowen
  2020-04-01 18:24 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Hu Haowen @ 2020-04-01 12:40 UTC (permalink / raw)
  To: aelior, skalluru, GR-everest-linux-l2, davem
  Cc: netdev, linux-kernel, Hu Haowen

It is not right in grammar to spell "Its not". The right one is "It's
not".

And this line is also over 80 characters. So I broke it into two lines
as well in order to make that line not be more than 80 characters.

Signed-off-by: Hu Haowen <xianfengting221@163.com>
---
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
index 9638d65d8261..517caedc0a87 100644
--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
@@ -6874,7 +6874,8 @@ int bnx2x_link_update(struct link_params *params, struct link_vars *vars)
 			case PORT_HW_CFG_PHY_SELECTION_FIRST_PHY_PRIORITY:
 			/* In this option, the first PHY makes sure to pass the
 			 * traffic through itself only.
-			 * Its not clear how to reset the link on the second phy
+			 * It's not clear how to reset the link on the second
+			 * phy.
 			 */
 				active_external_phy = EXT_PHY1;
 				break;
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] bnx2x: correct a comment mistake in grammar
  2020-04-01 12:40 [PATCH] bnx2x: correct a comment mistake in grammar Hu Haowen
@ 2020-04-01 18:24 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-04-01 18:24 UTC (permalink / raw)
  To: xianfengting221
  Cc: aelior, skalluru, GR-everest-linux-l2, netdev, linux-kernel

From: Hu Haowen <xianfengting221@163.com>
Date: Wed,  1 Apr 2020 20:40:50 +0800

> It is not right in grammar to spell "Its not". The right one is "It's
> not".
> 
> And this line is also over 80 characters. So I broke it into two lines
> as well in order to make that line not be more than 80 characters.
> 
> Signed-off-by: Hu Haowen <xianfengting221@163.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-01 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 12:40 [PATCH] bnx2x: correct a comment mistake in grammar Hu Haowen
2020-04-01 18:24 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).