2019-05-19 18:07:43

by Weitao Hou

[permalink] [raw]
Subject: [PATCH] wireless: fix intel typos in code comments

fix lengh to length

Signed-off-by: Weitao Hou <[email protected]>
---
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



2019-05-23 09:15:15

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] wireless: fix intel typos in code comments

Weitao Hou <[email protected]> writes:

> fix lengh to length
>
> Signed-off-by: Weitao Hou <[email protected]>
> ---
> 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