grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [NEW PATCH] Add option to grub-probe to accept system devices as arg


From: Robert Millan
Subject: Re: [NEW PATCH] Add option to grub-probe to accept system devices as arguments
Date: Sun, 24 Feb 2008 16:22:37 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Sorry for the long delay, I've been very busy (and unfortunately I'll continue
to be :-().

On Fri, Feb 22, 2008 at 04:36:35PM +0100, Fabian Greffrath wrote:
> Well, the solution seems to be easier than I expected. Is the attached 
> patch acceptable?

It looks good to me.  Just a pair of minor details (simply for consistency with
code style in grub):

> +  if (path == NULL)
> +    {
> +      if ( ! grub_util_check_block_device (device_name))

could you remove the space in "( !" ?

> +  if (argument_is_device)
> +    probe (NULL,argument);
> +  else
> +    probe (argument,NULL);

please add a space after the comma.

If you fix those, include a ChangeLog entry and noone else objects, I'll commit
it.  Feel free to ping me with a direct mail if I stale for too long.

-- 
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 /.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]