Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932232AbdLOP0P (ORCPT ); Fri, 15 Dec 2017 10:26:15 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:57620 "EHLO mailout.easymail.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756767AbdLOP0N (ORCPT ); Fri, 15 Dec 2017 10:26:13 -0500 Reply-To: shuah@kernel.org Subject: Re: [PATCH] cpupower: Remove FSF address To: Dominik Brodowski , Laura Abbott Cc: Thomas Renninger , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan , Shuah Khan References: <20171215011629.15655-1-labbott@redhat.com> <20171215132316.GA23316@isilmar-4.linta.de> From: Shuah Khan Message-ID: <7b59f027-844c-deb5-c214-7b6b0d275b9a@kernel.org> Date: Fri, 15 Dec 2017 08:26:01 -0700 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: <20171215132316.GA23316@isilmar-4.linta.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 507 Lines: 16 On 12/15/2017 06:23 AM, Dominik Brodowski wrote: > On Thu, Dec 14, 2017 at 05:16:29PM -0800, 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. >> >> Signed-off-by: Laura Abbott > > Acked-by: Dominik Brodowski > > Thanks. I will apply this for 4.16-rc1 -- Shuah