All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: net: phy: Fix spelling in comment defalut to default
@ 2020-10-29  9:55 Bhaskar Chowdhury
  2020-10-29 13:09 ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2020-10-29  9:55 UTC (permalink / raw)
  To: andrew, linux, davem, kuba, netdev, linux-kernel, hkallweit1
  Cc: gregkh, Bhaskar Chowdhury

Fixed spelling in comment like below:

s/defalut/default/p

This is in linux-next.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/net/phy/marvell.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
index 5aec673a0120..77540f5d2622 100644
--- a/drivers/net/phy/marvell.c
+++ b/drivers/net/phy/marvell.c
@@ -696,7 +696,7 @@ static void marvell_config_led(struct phy_device *phydev)

 static int marvell_config_init(struct phy_device *phydev)
 {
-	/* Set defalut LED */
+	/* Set default LED */
 	marvell_config_led(phydev);

 	/* Set registers from marvell,reg-init DT property */
--
2.26.2


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

* Re: [PATCH] drivers: net: phy: Fix spelling in comment defalut to default
  2020-10-29  9:55 [PATCH] drivers: net: phy: Fix spelling in comment defalut to default Bhaskar Chowdhury
@ 2020-10-29 13:09 ` Andrew Lunn
  2020-10-30 21:21   ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2020-10-29 13:09 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: linux, davem, kuba, netdev, linux-kernel, hkallweit1, gregkh

On Thu, Oct 29, 2020 at 03:25:25PM +0530, Bhaskar Chowdhury wrote:
> Fixed spelling in comment like below:
> 
> s/defalut/default/p
> 
> This is in linux-next.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH] drivers: net: phy: Fix spelling in comment defalut to default
  2020-10-29 13:09 ` Andrew Lunn
@ 2020-10-30 21:21   ` Jakub Kicinski
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2020-10-30 21:21 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: Bhaskar Chowdhury, linux, davem, netdev, linux-kernel,
	hkallweit1, gregkh

On Thu, 29 Oct 2020 14:09:23 +0100 Andrew Lunn wrote:
> On Thu, Oct 29, 2020 at 03:25:25PM +0530, Bhaskar Chowdhury wrote:
> > Fixed spelling in comment like below:
> > 
> > s/defalut/default/p
> > 
> > This is in linux-next.
> > 
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>  
> 
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>

Applied.

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

end of thread, other threads:[~2020-10-30 21:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29  9:55 [PATCH] drivers: net: phy: Fix spelling in comment defalut to default Bhaskar Chowdhury
2020-10-29 13:09 ` Andrew Lunn
2020-10-30 21:21   ` Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.