public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Jesper Juhl <jesper.juhl@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	H Peter Anvin <hpa@zytor.com>, Ingo Molnar <mingo@redhat.com>,
	Thomas Gleixner <tglx@linutronix.de>, Ian Molton <spyro@f2s.com>,
	Alain L Knaff <Alain.Knaff@lll.lu>, David C Niemi <niemi@tux.org>,
	Trivial Patch Monkey <trivial@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] x86 floppy: kill off the 'register' keyword from header
Date: Wed, 26 Mar 2008 07:06:43 +0100	[thread overview]
Message-ID: <20080326060643.GA18301@elte.hu> (raw)
In-Reply-To: <alpine.LNX.1.00.0803260214551.1901@dragon.funnycrock.com>


* Jesper Juhl <jesper.juhl@gmail.com> wrote:

> -	register unsigned char st;
> +	unsigned char st;

> -		register int lcount;
> -		register char *lptr;
> +		int lcount;
> +		char *lptr;

thanks, applied.

	Ingo

      reply	other threads:[~2008-03-26  6:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-26  1:16 [PATCH] x86 floppy: kill off the 'register' keyword from header Jesper Juhl
2008-03-26  6:06 ` Ingo Molnar [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=20080326060643.GA18301@elte.hu \
    --to=mingo@elte.hu \
    --cc=Alain.Knaff@lll.lu \
    --cc=akpm@linux-foundation.org \
    --cc=hpa@zytor.com \
    --cc=jesper.juhl@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=niemi@tux.org \
    --cc=spyro@f2s.com \
    --cc=tglx@linutronix.de \
    --cc=trivial@kernel.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