linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] mtd: FSMC NAND fix obvious speling errors
Date: Mon, 29 Nov 2010 14:20:34 +0100	[thread overview]
Message-ID: <20101129132033.GE20449@pengutronix.de> (raw)
In-Reply-To: <1291035147-17840-1-git-send-email-linus.walleij@stericsson.com>

Hi Linus,

$SUBJECT ~= s/speling/spelling/ :-)

Uwe

On Mon, Nov 29, 2010 at 01:52:27PM +0100, Linus Walleij wrote:
> Fix spelling in the interface file.
> 
> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
> ---
>  include/linux/mtd/fsmc.h |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/include/linux/mtd/fsmc.h b/include/linux/mtd/fsmc.h
> index f589f29..8a2b75e 100644
> --- a/include/linux/mtd/fsmc.h
> +++ b/include/linux/mtd/fsmc.h
> @@ -27,7 +27,7 @@
>  
>  /*
>   * The placement of the Command Latch Enable (CLE) and
> - * Address Latch Enable (ALE) is twised around in the
> + * Address Latch Enable (ALE) is twisted around in the
>   * SPEAR310 implementation.
>   */
>  #if defined(CONFIG_MACH_SPEAR310)
> @@ -62,7 +62,7 @@ struct fsmc_nor_bank_regs {
>  
>  /* ctrl_tim register definitions */
>  
> -struct fsms_nand_bank_regs {
> +struct fsmc_nand_bank_regs {
>  	uint32_t pc;
>  	uint32_t sts;
>  	uint32_t comm;
> @@ -78,7 +78,7 @@ struct fsms_nand_bank_regs {
>  struct fsmc_regs {
>  	struct fsmc_nor_bank_regs nor_bank_regs[FSMC_MAX_NOR_BANKS];
>  	uint8_t reserved_1[0x40 - 0x20];
> -	struct fsms_nand_bank_regs bank_regs[FSMC_MAX_NAND_BANKS];
> +	struct fsmc_nand_bank_regs bank_regs[FSMC_MAX_NAND_BANKS];
>  	uint8_t reserved_2[0xfe0 - 0xc0];
>  	uint32_t peripid0;			/* 0xfe0 */
>  	uint32_t peripid1;			/* 0xfe4 */
> -- 
> 1.7.3.2
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

  reply	other threads:[~2010-11-29 13:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-29 12:52 [PATCH 3/3] mtd: FSMC NAND fix obvious speling errors Linus Walleij
2010-11-29 13:20 ` Uwe Kleine-König [this message]
2010-11-30  8:26   ` Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101129132033.GE20449@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).