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-prev] [day] [month] [year] [list]
Date:	Thu, 26 Nov 2009 00:22:58 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Rudy Matela <rudy.matela@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Spelling correction in HDLC/Frame Relay support
 routines

On Wed, 25 Nov 2009, Rudy Matela wrote:

> Spelling correction in HDLC/Frame Relay support routines
> 
> Changed: /* the listed is sorted */
> To: /* the list is sorted */
> 
> Signed-off-by: Rudy Matela <rudy.matela@...il.com>
> ---
> 
> diff --git a/drivers/net/wan/hdlc_fr.c b/drivers/net/wan/hdlc_fr.c
> index 840cff7..4d4c543 100644
> --- a/drivers/net/wan/hdlc_fr.c
> +++ b/drivers/net/wan/hdlc_fr.c
> @@ -182,7 +182,7 @@ static inline pvc_device* find_pvc(hdlc_device *hdlc, u16 dlci)
>  		if (pvc->dlci == dlci)
>  			return pvc;
>  		if (pvc->dlci > dlci)
> -			return NULL; /* the listed is sorted */
> +			return NULL; /* the list is sorted */
>  		pvc = pvc->next;

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.
--
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