public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: "Jörn Engel" <joern@wohnheim.fh-wedel.de>
To: Deepak Saxena <dsaxena@plexity.net>
Cc: Linus Torvalds <torvalds@osdl.org>,
	linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Fix ixp4xx MTD driver module build
Date: Thu, 29 Sep 2005 10:00:37 +0200	[thread overview]
Message-ID: <20050929080037.GD16687@wohnheim.fh-wedel.de> (raw)
In-Reply-To: <20050928234254.GA21547@plexity.net>

On Wed, 28 September 2005 16:42:54 -0700, Deepak Saxena wrote:
> 
> Missing ';' breaks module build.
> 
> Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
> 
> diff --git a/drivers/mtd/maps/ixp4xx.c b/drivers/mtd/maps/ixp4xx.c
> --- a/drivers/mtd/maps/ixp4xx.c
> +++ b/drivers/mtd/maps/ixp4xx.c
> @@ -254,6 +255,6 @@ module_init(ixp4xx_flash_init);
>  module_exit(ixp4xx_flash_exit);
>  
>  MODULE_LICENSE("GPL");
> -MODULE_DESCRIPTION("MTD map driver for Intel IXP4xx systems")
> +MODULE_DESCRIPTION("MTD map driver for Intel IXP4xx systems");
>  MODULE_AUTHOR("Deepak Saxena");

Applied to mtd cvs.  (Actually, with cvs it was easier to just redo
the change myself, but basically...)

Jörn

-- 
ticks = jiffies;
while (ticks == jiffies);
ticks = jiffies;
-- /usr/src/linux/init/main.c

      reply	other threads:[~2005-09-29  8:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-28 23:42 [PATCH] Fix ixp4xx MTD driver module build Deepak Saxena
2005-09-29  8:00 ` Jörn Engel [this message]

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=20050929080037.GD16687@wohnheim.fh-wedel.de \
    --to=joern@wohnheim.fh-wedel.de \
    --cc=dsaxena@plexity.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=torvalds@osdl.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