Re: [Qemu-devel] [PATCH 1/3] migration: Fix coding style (whitespace issues)

2015-03-17 Thread Juan Quintela
Stefan Weil wrote: > * Remove trailing whitespace (fixes 9 errors from checkpatch.pl). > One comment line was longer than 80 characters, so wrap it > and fix a typo, too. > * Replace tabs by blanks (fixes 1 error). > > Signed-off-by: Stefan Weil Applied, thanks.

Re: [Qemu-devel] [PATCH 1/3] migration: Fix coding style (whitespace issues)

2015-03-04 Thread Dr. David Alan Gilbert
* Stefan Weil (s...@weilnetz.de) wrote: > * Remove trailing whitespace (fixes 9 errors from checkpatch.pl). > One comment line was longer than 80 characters, so wrap it > and fix a typo, too. > * Replace tabs by blanks (fixes 1 error). > > Signed-off-by: Stefan Weil Needs merging with Michae

Re: [Qemu-devel] [PATCH 1/3] migration: Fix coding style (whitespace issues)

2015-03-02 Thread Michael Tokarev
28.02.2015 21:09, Stefan Weil wrote: > * Remove trailing whitespace (fixes 9 errors from checkpatch.pl). > One comment line was longer than 80 characters, so wrap it > and fix a typo, too. > * Replace tabs by blanks (fixes 1 error). This hunk: > @@ -2421,7 +2421,7 @@ static int qemu_rdma_dest

[Qemu-devel] [PATCH 1/3] migration: Fix coding style (whitespace issues)

2015-02-28 Thread Stefan Weil
* Remove trailing whitespace (fixes 9 errors from checkpatch.pl). One comment line was longer than 80 characters, so wrap it and fix a typo, too. * Replace tabs by blanks (fixes 1 error). Signed-off-by: Stefan Weil --- My editor automatically removes trailing whitespace, so before fixing cod