Re: [PATCH] Fix incorrect use of loose in wext.c

From: David Miller
Date: Sun Dec 07 2008 - 02:57:14 EST


From: Nick Andrew <nick@xxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/