From: Robert Millan <rmh@aybabtu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] Implement grub_sleep() and grub_ticksleep()
Date: Sun, 21 Oct 2007 14:26:30 +0200 [thread overview]
Message-ID: <20071021122630.GA2868@thorin> (raw)
In-Reply-To: <87ejforcoh.fsf@xs4all.nl>
Hi Marco,
On Sun, Oct 21, 2007 at 12:21:02PM +0200, Marco Gerards wrote:
> > diff -Nurp grub2/include/grub/misc.h grub2.time/include/grub/misc.h
> > --- grub2/include/grub/misc.h 2007-07-22 01:32:22.000000000 +0200
> > +++ grub2.time/include/grub/misc.h 2007-10-19 14:19:53.000000000 +0200
> > @@ -83,6 +83,7 @@ grub_uint64_t EXPORT_FUNC(grub_divmod64)
> > grub_uint32_t d, grub_uint32_t *r);
> >
> > /* Inline functions. */
> > +
> > static inline unsigned int
> > grub_abs (int x)
>
> You accidently added a whitespace above.
>
> Please remove this before you apply.
It looks accidental, but it was intended. The whole code was changed from:
/* Inline functions. */
grub_just_one_inline_function ()
{
stuff;
}
to:
/* Inline functions. */
grub_first_inline_function ()
{
stuff;
}
/* Comments on the second function */
grub_second_inline_function ()
{
stuff;
}
But if you still don't like that empty line, I have no objection on removing
it of course :-)
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)
next prev parent reply other threads:[~2007-10-21 12:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-15 14:38 [PATCH] Implement grub_sleep() and grub_ticksleep() Robert Millan
2007-10-16 14:11 ` Marco Gerards
2007-10-16 18:34 ` Robert Millan
2007-10-16 18:46 ` Marco Gerards
2007-10-16 20:06 ` Robert Millan
2007-10-17 10:33 ` Marco Gerards
2007-10-19 12:38 ` Robert Millan
2007-10-21 10:21 ` Marco Gerards
2007-10-21 12:26 ` Robert Millan [this message]
2007-10-21 12:54 ` Robert Millan
2007-10-22 20:02 ` Robert Millan
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=20071021122630.GA2868@thorin \
--to=rmh@aybabtu.com \
--cc=grub-devel@gnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.