Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932395AbcKJLA5 (ORCPT ); Thu, 10 Nov 2016 06:00:57 -0500 Received: from mail.skyhub.de ([78.46.96.112]:44415 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754978AbcKJLAz (ORCPT ); Thu, 10 Nov 2016 06:00:55 -0500 Date: Thu, 10 Nov 2016 12:00:52 +0100 From: Borislav Petkov To: He Chen Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , Luwei Kang , Piotr Luc Subject: Re: [PATCH v5 1/3] cpuid: cleanup cpuid_regs definitions Message-ID: <20161110110052.h34r7le4khdlxxk4@pd.tnic> References: <1478689528-444-1-git-send-email-he.chen@linux.intel.com> <1478689528-444-2-git-send-email-he.chen@linux.intel.com> <20161110104501.rl7cyjf56fdvusyj@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20161110104501.rl7cyjf56fdvusyj@pd.tnic> User-Agent: NeoMutt/20161014 (1.7.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 657 Lines: 17 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, 0x00000007, 0 }, > ^ > > ERROR: space required after that ',' (ctx:VxV) > #157: FILE: arch/x86/kernel/cpu/scattered.c:34: > + { X86_FEATURE_PROC_FEEDBACK, CPUID_EDX,11, 0x80000007, 0 }, Ah, ignore that one. I see you're fixing them in the next patch. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.