Re: [Qemu-devel] [PATCH for-4.1 1/4] hw/isa/superio: Rename a variable

2019-04-05 Thread Philippe Mathieu-Daudé
On 4/5/19 6:14 AM, Thomas Huth wrote: > On 05/04/2019 00.12, Philippe Mathieu-Daudé wrote: >> This patch is purely cosmetic. No functional change. >> This will ease the next patch where we re-indent an if() statement. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> hw/isa/isa-superio.c | 69

Re: [Qemu-devel] [PATCH for-4.1 1/4] hw/isa/superio: Rename a variable

2019-04-04 Thread Thomas Huth
On 05/04/2019 00.12, Philippe Mathieu-Daudé wrote: > This patch is purely cosmetic. No functional change. > This will ease the next patch where we re-indent an if() statement. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/isa/isa-superio.c | 69 ++--

[Qemu-devel] [PATCH for-4.1 1/4] hw/isa/superio: Rename a variable

2019-04-04 Thread Philippe Mathieu-Daudé
This patch is purely cosmetic. No functional change. This will ease the next patch where we re-indent an if() statement. Signed-off-by: Philippe Mathieu-Daudé --- hw/isa/isa-superio.c | 69 ++-- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git