From: Greg KH <greg@kroah.com>
To: linux-kernel@vger.kernel.org
Subject: Re: Another it87 patch.
Date: Fri, 9 May 2003 15:00:06 -0700 [thread overview]
Message-ID: <20030509220006.GA2802@kroah.com> (raw)
In-Reply-To: <20030508082524.GA32348@babylon.d2dc.net>
On Thu, May 08, 2003 at 04:25:24AM -0400, Zephaniah E. Hull wrote:
> This is against my last.
Thanks, I've applied all 3 of these patches to my tree, and will send
them on.
One minor note though:
> +static int log2(int val)
> +{
> + int answer = 0;
> + while ((val >>= 1))
> + answer++;
> + return answer;
> +}
Can you start using the proper kernel coding style of 8 character tabs?
I've fixed up this in your different patches before applying them, but
in the future it would be nicer if I didn't have to.
thanks,
greg k-h
prev parent reply other threads:[~2003-05-09 21:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-08 8:25 Another it87 patch Zephaniah E. Hull
2003-05-08 14:50 ` Zephaniah E. Hull
2003-05-08 21:40 ` Zephaniah E. Hull
2003-05-09 22:00 ` Greg KH [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=20030509220006.GA2802@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.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