From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754484AbdLOALC (ORCPT ); Thu, 14 Dec 2017 19:11:02 -0500 Received: from mail-ot0-f195.google.com ([74.125.82.195]:39322 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754410AbdLOALB (ORCPT ); Thu, 14 Dec 2017 19:11:01 -0500 X-Google-Smtp-Source: ACJfBosfgPtL6ORkbKsZxwSectX7UaN0gOhRpuwpJymoR+VzVXaDg/4CCkd9nLQz2YuAlKhzBwWrjg== Subject: Re: [PATCH] kvm: vmx: Remove FSF address To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" Cc: x86@kernel.org, linux-kernel@vger.kernel.org References: <20171215000749.13243-1-labbott@redhat.com> From: Laura Abbott Message-ID: <2c283c83-debf-ecb5-0d06-c8f294e9e551@redhat.com> Date: Thu, 14 Dec 2017 16:10:58 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171215000749.13243-1-labbott@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/14/2017 04:07 PM, Laura Abbott wrote: > Checkpatch in the kernel now complains about having the FSF address > in comments. Other tools such as rpmlint are now starting to do the > same thing. Remove the FSF address to reduce warnings on multiple tools. > Bah I realized I missed the uapi version of this header which is the _actual_ one with a problem. I'll send v2, sorry for the noise. > Signed-off-by: Laura Abbott > --- > For context, I'm doing some refactoring of the perf rpm package in > Fedora which requires a review. The FSF address was caught in that > review so I'm fixing the problem at the source here before requesting > a sync of the header with perf. > --- > arch/x86/include/asm/vmx.h | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/x86/include/asm/vmx.h b/arch/x86/include/asm/vmx.h > index 8b6780751132..6caf20c52915 100644 > --- a/arch/x86/include/asm/vmx.h > +++ b/arch/x86/include/asm/vmx.h > @@ -11,10 +11,6 @@ > * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for > * more details. > * > - * You should have received a copy of the GNU General Public License along with > - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple > - * Place - Suite 330, Boston, MA 02111-1307 USA. > - * > * A few random additions are: > * Copyright (C) 2006 Qumranet > * Avi Kivity >