[Qemu-devel] [PATCH] remove trailing whitespace from qemu-options.hx

Michael Tokarev posted 1 patch 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170923163334.9997-1-mjt@msgid.tls.msk.ru
Test checkpatch passed
Test docker passed
Test s390x passed
qemu-options.hx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH] remove trailing whitespace from qemu-options.hx
Posted by Michael Tokarev 6 years, 6 months ago
Remove trailing whitespace in qemu-options documentation, as it causes
reproducibility issues depending on the echo implementation used by
the Makefile.

Reported-By: Vagrant Cascadian <vagrant@debian.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 qemu-options.hx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 77859a248c..39225ae6c3 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -284,8 +284,8 @@ Set default value of @var{driver}'s property @var{prop} to @var{value}, e.g.:
 qemu-system-i386 -global ide-hd.physical_block_size=4096 disk-image.img
 @end example
 
-In particular, you can use this to set driver properties for devices which are 
-created automatically by the machine model. To create a device which is not 
+In particular, you can use this to set driver properties for devices which are
+created automatically by the machine model. To create a device which is not
 created automatically and set properties on it, use -@option{device}.
 
 -global @var{driver}.@var{prop}=@var{value} is shorthand for -global
-- 
2.11.0


Re: [Qemu-devel] [PATCH] remove trailing whitespace from qemu-options.hx
Posted by Stefan Hajnoczi 6 years, 6 months ago
On Sat, Sep 23, 2017 at 07:33:34PM +0300, Michael Tokarev wrote:
> Remove trailing whitespace in qemu-options documentation, as it causes
> reproducibility issues depending on the echo implementation used by
> the Makefile.
> 
> Reported-By: Vagrant Cascadian <vagrant@debian.org>
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
>  qemu-options.hx | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>