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:	Sun, 11 Jul 2010 21:41:41 +0200 (CEST)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Uwe Kleine-König 
	<u.kleine-koenig@...gutronix.de>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] trivial: fix typos concerning "sequential"

On Thu, 1 Jul 2010, Uwe Kleine-König wrote:

> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
> ---
>  drivers/media/video/gspca/sunplus.c |    4 ++--
>  include/linux/jffs2.h               |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/media/video/gspca/sunplus.c b/drivers/media/video/gspca/sunplus.c
> index 0c786e0..d0a133a 100644
> --- a/drivers/media/video/gspca/sunplus.c
> +++ b/drivers/media/video/gspca/sunplus.c
> @@ -805,7 +805,7 @@ static int sd_init(struct gspca_dev *gspca_dev)
>  			/* Set AE AWB Banding Type 3-> 50Hz 2-> 60Hz */
>  			spca504A_acknowledged_command(gspca_dev, 0x24,
>  							8, 3, 0x9e, 1);
> -			/* Twice sequencial need status 0xff->0x9e->0x9d */
> +			/* Twice sequential need status 0xff->0x9e->0x9d */
>  			spca504A_acknowledged_command(gspca_dev, 0x24,
>  							8, 3, 0x9e, 0);
>  
> @@ -880,7 +880,7 @@ static int sd_start(struct gspca_dev *gspca_dev)
>  			/* Set AE AWB Banding Type 3-> 50Hz 2-> 60Hz */
>  			spca504A_acknowledged_command(gspca_dev, 0x24,
>  							8, 3, 0x9e, 1);
> -			/* Twice sequencial need status 0xff->0x9e->0x9d */
> +			/* Twice sequential need status 0xff->0x9e->0x9d */
>  			spca504A_acknowledged_command(gspca_dev, 0x24,
>  							8, 3, 0x9e, 0);
>  			spca504A_acknowledged_command(gspca_dev, 0x24,
> diff --git a/include/linux/jffs2.h b/include/linux/jffs2.h
> index 0874ab5..edb9231 100644
> --- a/include/linux/jffs2.h
> +++ b/include/linux/jffs2.h
> @@ -185,7 +185,7 @@ struct jffs2_raw_xref
>  	jint32_t hdr_crc;
>  	jint32_t ino;		/* inode number */
>  	jint32_t xid;		/* XATTR identifier number */
> -	jint32_t xseqno;	/* xref sequencial number */
> +	jint32_t xseqno;	/* xref sequential number */
>  	jint32_t node_crc;
>  } __attribute__((packed));

Applied, thank you Uwe.

-- 
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