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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 06 Dec 2008 23:56:55 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	nick@...k-andrew.net
Cc:	den@...nvz.org, xemul@...nvz.org, yoshfuji@...ux-ipv6.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Fix incorrect use of loose in wext.c

From: Nick Andrew <nick@...k-andrew.net>
Date: Fri, 05 Dec 2008 14:08:09 +1100

> Fix incorrect use of loose in wext.c
> 
> It should be 'lose', not 'loose'.
> 
> Signed-off-by: Nick Andrew <nick@...k-andrew.net>

Applied to net-next-2.6, thanks Nick.

BTW, your original posting of this patch didn't make it to the mailing
lists because there were people's names on the CC: list which had a
"." character in them, and in such cases these names must be fully
surrounded by double quotes, otherwise it is an SMTP syntax error.

Please be mindful of this in the future.

> ---
> 
>  net/wireless/wext.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> 
> diff --git a/net/wireless/wext.c b/net/wireless/wext.c
> index d98ffb7..e49a2d1 100644
> --- a/net/wireless/wext.c
> +++ b/net/wireless/wext.c
> @@ -64,7 +64,7 @@
>   *	o Remove spy_offset from struct iw_handler_def
>   *	o Start deprecating dev->get_wireless_stats, output a warning
>   *	o If IW_QUAL_DBM is set, show dBm values in /proc/net/wireless
> - *	o Don't loose INVALID/DBM flags when clearing UPDATED flags (iwstats)
> + *	o Don't lose INVALID/DBM flags when clearing UPDATED flags (iwstats)
>   *
>   * v8 - 17.02.06 - Jean II
>   *	o RtNetlink requests support (SET/GET)
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ