Re: [Qemu-devel] [PATCH] target/i386: Correct extra enter and spaces in comment

2019-09-19 Thread Tao Xu
On 9/19/2019 5:41 PM, Philippe Mathieu-Daudé wrote: Hi Tao, On 9/19/19 4:06 AM, Tao Xu wrote: There is an extra line in comment of CPUID_8000_0008_EBX_WBNOINVD, remove the extra enter and spaces. Signed-off-by: Tao Xu --- target/i386/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletio

Re: [Qemu-devel] [PATCH] target/i386: Correct extra enter and spaces in comment

2019-09-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190919020629.26530-1-tao3...@intel.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190919020629.26530-1-tao3...@intel.com Subject: [Qemu-devel] [PATCH] target/i386: Correct extra enter

Re: [Qemu-devel] [PATCH] target/i386: Correct extra enter and spaces in comment

2019-09-19 Thread Philippe Mathieu-Daudé
Hi Tao, On 9/19/19 4:06 AM, Tao Xu wrote: > There is an extra line in comment of CPUID_8000_0008_EBX_WBNOINVD, > remove the extra enter and spaces. > > Signed-off-by: Tao Xu > --- > target/i386/cpu.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/target/i386/cpu.h b

[Qemu-devel] [PATCH] target/i386: Correct extra enter and spaces in comment

2019-09-18 Thread Tao Xu
There is an extra line in comment of CPUID_8000_0008_EBX_WBNOINVD, remove the extra enter and spaces. Signed-off-by: Tao Xu --- target/i386/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/i386/cpu.h b/target/i386/cpu.h index 5f6e3a029a..71b6193390 100644 --- a/