[virt-tools-list] [PATCH] trivial: comment fixup

Richard W.M. Jones rjones at redhat.com
Tue Sep 22 17:18:20 UTC 2015


On Tue, Sep 22, 2015 at 06:29:08PM +0200, Andrew Jones wrote:
> dmidecode does now exist on non-PC architectures.
> ---
> 
> Forgot to add this to the last patch I sent...
> 
> 
>  virt-what.in | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/virt-what.in b/virt-what.in
> index 586eab243af18..cada0df87f57c 100644
> --- a/virt-what.in
> +++ b/virt-what.in
> @@ -94,9 +94,9 @@ fi
>  cpuid=$(virt-what-cpuid-helper)
>  
>  # Check for various products in the BIOS information.
> -# Note that dmidecode doesn't exist on non-PC architectures.  On these,
> -# this will return an error which is ignored (error message redirected
> -# into $dmi variable).
> +# Note that dmidecode doesn't exist on all architectures.  On the ones
> +# it does not, then this will return an error, which is ignored (error
> +# message redirected into the $dmi variable).
>  
>  dmi=$(LANG=C dmidecode 2>&1)

Thanks - pushed.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW




More information about the virt-tools-list mailing list