[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080326060643.GA18301@elte.hu>
Date: Wed, 26 Mar 2008 07:06:43 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Jesper Juhl <jesper.juhl@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>, H Peter Anvin <hpa@...or.com>,
Ingo Molnar <mingo@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ian Molton <spyro@....com>, Alain L Knaff <Alain.Knaff@....lu>,
David C Niemi <niemi@....org>,
Trivial Patch Monkey <trivial@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] x86 floppy: kill off the 'register' keyword from header
* Jesper Juhl <jesper.juhl@...il.com> wrote:
> - register unsigned char st;
> + unsigned char st;
> - register int lcount;
> - register char *lptr;
> + int lcount;
> + char *lptr;
thanks, applied.
Ingo
--
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