From: phcoder <phcoder@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] parttool
Date: Mon, 06 Apr 2009 11:52:38 +0200 [thread overview]
Message-ID: <49D9D0E6.5090706@gmail.com> (raw)
In-Reply-To: <200904052348.15540.okuji@enbug.org>
Fixed & commited. My next patch will be to add automatic module loading
in parttool
Yoshinori K. Okuji wrote:
> On Saturday 04 April 2009 18:22:39 phcoder wrote:
>> Can someone review this patch?
>
> Only some style should be corrected. For example:
>
> +#ifndef GRUB_UTIL
> + if (!parts)
> + grub_dl_unref (mymod);
> +#endif
>
> Our convention is to put a space between "!" and "parts", so this should be:
>
> +#ifndef GRUB_UTIL
> + if (! parts)
> + grub_dl_unref (mymod);
> +#endif
>
> Also, the ChangeLog should state what variables are affected explicitly. For
> example:
>
> * conf/common.rmk: Added parttool.mod and pcpart.mod
>
> Instead, you should say:
>
> * conf/common.rmk (parttool_mod_SOURCES): New variable.
> (parttool_mod_CFLAGS): Likewise.
> (parttool_mod_LDFLAGS): Likewise.
> ...and so on...
>
> The code itself looks good, so you can check it in, once you correct the
> styles.
>
> Regards,
> Okuji
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
--
Regards
Vladimir 'phcoder' Serbinenko
next prev parent reply other threads:[~2009-04-06 9:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-04 21:15 [PATCH] parttool phcoder
2009-03-10 17:45 ` phcoder
2009-03-20 19:33 ` phcoder
2009-04-04 9:22 ` phcoder
2009-04-05 14:48 ` Yoshinori K. Okuji
2009-04-06 9:52 ` phcoder [this message]
2009-04-06 15:53 ` Pavel Roskin
2009-04-06 15:56 ` phcoder
2009-04-06 16:20 ` Pavel Roskin
2009-04-06 16:25 ` phcoder
2009-04-06 16:33 ` Pavel Roskin
2009-04-08 9:35 ` phcoder
2009-04-08 20:24 ` Pavel Roskin
2009-04-17 11:12 ` phcoder
2009-04-25 12:21 ` Vladimir Serbinenko
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=49D9D0E6.5090706@gmail.com \
--to=phcoder@gmail.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.