All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wireless: fix intel typos in code comments
@ 2019-05-19  3:31 Weitao Hou
  2019-05-23  9:14 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Weitao Hou @ 2019-05-19  3:31 UTC (permalink / raw)
  To: stas.yakovlev, kvalo, davem
  Cc: linux-wireless, netdev, linux-kernel, Weitao Hou

fix lengh to length

Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
---
 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/intel/ipw2x00/ipw2200.c b/drivers/net/wireless/intel/ipw2x00/ipw2200.c
index fa400f92d7e2..807b2c11215a 100644
--- a/drivers/net/wireless/intel/ipw2x00/ipw2200.c
+++ b/drivers/net/wireless/intel/ipw2x00/ipw2200.c
@@ -774,7 +774,7 @@ static int ipw_get_ordinal(struct ipw_priv *priv, u32 ord, void *val, u32 * len)
 		 *
 		 * This table consist of six values, each containing
 		 *     - dword containing the starting offset of the data
-		 *     - dword containing the lengh in the first 16bits
+		 *     - dword containing the length in the first 16bits
 		 *       and the count in the second 16bits
 		 */
 
-- 
2.18.0


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

* Re: [PATCH] wireless: fix intel typos in code comments
  2019-05-19  3:31 [PATCH] wireless: fix intel typos in code comments Weitao Hou
@ 2019-05-23  9:14 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-05-23  9:14 UTC (permalink / raw)
  To: Weitao Hou; +Cc: stas.yakovlev, davem, linux-wireless, netdev, linux-kernel

Weitao Hou <houweitaoo@gmail.com> writes:

> fix lengh to length
>
> Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
> ---
>  drivers/net/wireless/intel/ipw2x00/ipw2200.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Correct prefix is "ipw2x00:".

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

-- 
Kalle Valo

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

end of thread, other threads:[~2019-05-23  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-19  3:31 [PATCH] wireless: fix intel typos in code comments Weitao Hou
2019-05-23  9:14 ` 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.