From patchwork Fri Dec 15 01:16:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laura Abbott X-Patchwork-Id: 10113501 X-Patchwork-Delegate: shuah@kernel.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D3AB46019C for ; Fri, 15 Dec 2017 01:16:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C868C29DD3 for ; Fri, 15 Dec 2017 01:16:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BD1A429DD8; Fri, 15 Dec 2017 01:16:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5BB4D29DD3 for ; Fri, 15 Dec 2017 01:16:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754550AbdLOBQj (ORCPT ); Thu, 14 Dec 2017 20:16:39 -0500 Received: from mail-oi0-f67.google.com ([209.85.218.67]:33714 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754549AbdLOBQj (ORCPT ); Thu, 14 Dec 2017 20:16:39 -0500 Received: by mail-oi0-f67.google.com with SMTP id w131so5208502oiw.0 for ; Thu, 14 Dec 2017 17:16:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ZGiVvKxN1tL7lNNWMx8u6im32KqZmVEFjoq/LjfXq6Y=; b=gic+aO/SrIu98PYJ4g8BodMGt5rAaqdBikuGeXtJ5jREJoSsUGDkCoXEwICxBoBZRK m0qg/C1eEBJmw5iibKS+OYNtl6Dv8GtkyuBxxNchOmy1lxukOBnUyljN0tjufF/DYhf+ XNqPvNGLUDNXATKCpx9lY/1aKaeba+j7Gk5qM/xMN5yMgiAnk7aIYB4jXeiCgEgD2f4V NHkHBS09EMjQE8jB8WwaA1dck+FWxFd4sXJTVCh+XPeFaGL/al7zdzKDKHJ9Ln3NGJ+K DQ9fWQyONEsBb4ouZnMkqy2BfpFDhKCygVMAQo0pmiXkBCgXeZSVfU0wsEiAnIV6ePQh 0VRA== X-Gm-Message-State: AKGB3mKn4nlgc/Ku79L0FJJPbU550OZwIEMQhemYJJnh3hOBHPCaDf+C DoFj1udbTuVAqVvVmaf52wXU4g== X-Google-Smtp-Source: ACJfBouQaclmoKGtNKoPYD/TsTpd0CAI3Sb+/8yD5bWyI+1YfweIGz4OJYp5KKlAAz8jLu6Y5UnM/g== X-Received: by 10.202.185.196 with SMTP id j187mr5893955oif.27.1513300598723; Thu, 14 Dec 2017 17:16:38 -0800 (PST) Received: from labbott-redhat.redhat.com ([2601:602:9802:a8dc::4670]) by smtp.gmail.com with ESMTPSA id g143sm1716847oic.6.2017.12.14.17.16.36 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 14 Dec 2017 17:16:37 -0800 (PST) From: Laura Abbott To: Thomas Renninger , Shuah Khan Cc: Laura Abbott , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] cpupower: Remove FSF address Date: Thu, 14 Dec 2017 17:16:29 -0800 Message-Id: <20171215011629.15655-1-labbott@redhat.com> X-Mailer: git-send-email 2.14.3 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- For context, I'm updating the packaging for the cpupower tools in Fedora which requires a code/output review. This got flagged during that review. --- tools/power/cpupower/lib/cpufreq.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/power/cpupower/lib/cpufreq.h b/tools/power/cpupower/lib/cpufreq.h index 3b005c39f068..60beaf5ed2ea 100644 --- a/tools/power/cpupower/lib/cpufreq.h +++ b/tools/power/cpupower/lib/cpufreq.h @@ -11,10 +11,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or 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 */ #ifndef __CPUPOWER_CPUFREQ_H__