lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 19 May 2019 11:31:14 +0800 From: Weitao Hou <houweitaoo@...il.com> To: stas.yakovlev@...il.com, kvalo@...eaurora.org, davem@...emloft.net Cc: linux-wireless@...r.kernel.org, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, Weitao Hou <houweitaoo@...il.com> Subject: [PATCH] wireless: fix intel typos in code comments fix lengh to length Signed-off-by: Weitao Hou <houweitaoo@...il.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
Powered by blists - more mailing lists