All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] net: tlan: Fix typo abitrary
@ 2020-10-08  8:47 Naoki Hayama
  2020-10-09 23:32 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Naoki Hayama @ 2020-10-08  8:47 UTC (permalink / raw)
  To: Samuel Chessman
  Cc: David S. Miller, Jakub Kicinski, netdev, linux-kernel, Naoki Hayama

Fix comment typo.
s/abitrary/arbitrary/

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
---
 drivers/net/ethernet/ti/tlan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/ti/tlan.c b/drivers/net/ethernet/ti/tlan.c
index 76a342ea3797..e922258cae3f 100644
--- a/drivers/net/ethernet/ti/tlan.c
+++ b/drivers/net/ethernet/ti/tlan.c
@@ -2511,7 +2511,7 @@ static void tlan_phy_power_down(struct net_device *dev)
 	}
 
 	/* Wait for 50 ms and powerup
-	 * This is abitrary.  It is intended to make sure the
+	 * This is arbitrary.  It is intended to make sure the
 	 * transceiver settles.
 	 */
 	tlan_set_timer(dev, msecs_to_jiffies(50), TLAN_TIMER_PHY_PUP);
-- 
2.17.1

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

* Re: [PATCH 1/6] net: tlan: Fix typo abitrary
  2020-10-08  8:47 [PATCH 1/6] net: tlan: Fix typo abitrary Naoki Hayama
@ 2020-10-09 23:32 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2020-10-09 23:32 UTC (permalink / raw)
  To: Naoki Hayama; +Cc: Samuel Chessman, David S. Miller, netdev, linux-kernel

On Thu, 8 Oct 2020 17:47:31 +0900 Naoki Hayama wrote:
> Fix comment typo.
> s/abitrary/arbitrary/
> 
> Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>

Applied to net.

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

end of thread, other threads:[~2020-10-09 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08  8:47 [PATCH 1/6] net: tlan: Fix typo abitrary Naoki Hayama
2020-10-09 23:32 ` 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.