Re: [PATCH v5 1/3] cpuid: cleanup cpuid_regs definitions

2016-11-10 Thread Borislav Petkov
On Thu, Nov 10, 2016 at 11:45:01AM +0100, Borislav Petkov wrote: > ERROR: space required after that ',' (ctx:VxV) > #150: FILE: arch/x86/kernel/cpu/scattered.c:27: > + { X86_FEATURE_INTEL_PT, CPUID_EBX,25, 0x0007, 0 }, >

Re: [PATCH v5 1/3] cpuid: cleanup cpuid_regs definitions

2016-11-10 Thread Borislav Petkov
On Wed, Nov 09, 2016 at 07:05:26PM +0800, He Chen wrote: > make cpuid_regs more clear and avoid potential name clash. > > Signed-off-by: He Chen Btw, please name your subjects like this: x86/cpuid: Cleanup ... Also the name should be a complete sentence starting with a capital letter. The las