All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] net: ethernet: Fix typo of 'network' in comment
@ 2021-03-31  1:04 Eric Lin
  2021-03-31  1:04 ` [PATCH 2/2] net: wireless: Fix typo of 'Networks' " Eric Lin
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Lin @ 2021-03-31  1:04 UTC (permalink / raw)
  To: romieu, davem, kuba, kvalo, netdev, linux-kernel, linux-wireless
  Cc: gustavoars

Signed-off-by: Eric Lin <dslin1010@gmail.com>
Reported-by: Gustavo A. R. Silva <gustavoars@kernel.org>
---
 drivers/net/ethernet/via/via-velocity.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/via/via-velocity.c b/drivers/net/ethernet/via/via-velocity.c
index b65767f9e499..fecc4d7b00b0 100644
--- a/drivers/net/ethernet/via/via-velocity.c
+++ b/drivers/net/ethernet/via/via-velocity.c
@@ -2525,7 +2525,7 @@ static int velocity_close(struct net_device *dev)
  *	@skb: buffer to transmit
  *	@dev: network device
  *
- *	Called by the networ layer to request a packet is queued to
+ *	Called by the network layer to request a packet is queued to
  *	the velocity. Returns zero on success.
  */
 static netdev_tx_t velocity_xmit(struct sk_buff *skb,
-- 
2.25.1


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

* [PATCH 2/2] net: wireless: Fix typo of 'Networks' in comment
  2021-03-31  1:04 [PATCH 1/2] net: ethernet: Fix typo of 'network' in comment Eric Lin
@ 2021-03-31  1:04 ` Eric Lin
  2021-04-18  6:32   ` [2/2] wl3501: fix " Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Lin @ 2021-03-31  1:04 UTC (permalink / raw)
  To: romieu, davem, kuba, kvalo, netdev, linux-kernel, linux-wireless
  Cc: gustavoars

Signed-off-by: Eric Lin <dslin1010@gmail.com>
Reported-by: Gustavo A. R. Silva <gustavoars@kernel.org>
---
 drivers/net/wireless/wl3501.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/wl3501.h b/drivers/net/wireless/wl3501.h
index e98e04ee9a2c..5779ffbe5d0f 100644
--- a/drivers/net/wireless/wl3501.h
+++ b/drivers/net/wireless/wl3501.h
@@ -240,7 +240,7 @@ struct iw_mgmt_essid_pset {
 } __packed;
 
 /*
- * According to 802.11 Wireless Netowors, the definitive guide - O'Reilly
+ * According to 802.11 Wireless Networks, the definitive guide - O'Reilly
  * Pg 75
  */ 
 #define IW_DATA_RATE_MAX_LABELS 8
-- 
2.25.1


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

* Re: [2/2] wl3501: fix typo of 'Networks' in comment
  2021-03-31  1:04 ` [PATCH 2/2] net: wireless: Fix typo of 'Networks' " Eric Lin
@ 2021-04-18  6:32   ` Kalle Valo
  0 siblings, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2021-04-18  6:32 UTC (permalink / raw)
  To: Eric Lin
  Cc: romieu, davem, kuba, netdev, linux-kernel, linux-wireless, gustavoars

Eric Lin <dslin1010@gmail.com> wrote:

> Signed-off-by: Eric Lin <dslin1010@gmail.com>
> Reported-by: Gustavo A. R. Silva <gustavoars@kernel.org>

Patch applied to wireless-drivers-next.git, thanks.

7f50ddc5d4fe wl3501: fix typo of 'Networks' in comment

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20210331010418.1632816-2-dslin1010@gmail.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

end of thread, other threads:[~2021-04-18  6:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31  1:04 [PATCH 1/2] net: ethernet: Fix typo of 'network' in comment Eric Lin
2021-03-31  1:04 ` [PATCH 2/2] net: wireless: Fix typo of 'Networks' " Eric Lin
2021-04-18  6:32   ` [2/2] wl3501: fix " Kalle Valo

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.