From patchwork Sat Jun 11 08:37:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe JAILLET X-Patchwork-Id: 12878368 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 000F1C43334 for ; Sat, 11 Jun 2022 08:38:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=eTv6lS8343wwuqrYDaPU//WGGdvzcV9E+xA4jOCHkU8=; b=yFbijN9wJljUea So0aevAP3PGOx8eXeD7+v9UFIulvVukctT3u7OMth7oCdBAoKvi/+P84qvSdE6HRjKrlEARzCMqqN 7FyyDgIBxT/3yACNpeOKqg3Q2TSn/RlWMsBSAMJaI5DtePDuBg7I/Zk0eC4iEhTYxAaG6lCZkqVze wzAu1xyUilQDmbihT6PffR4Hfw6rrnrvsrXgApSMwDgdOszG/xG24mIi8coVsYv3RYHDWMMJNQpl3 77jo73Bir0gUZRj68FEv4ouzRoU0+x+FeKAdegsqXA3ybCMyMWK9DBc7/+04JfliiGv0h15MC0FgI DM19dXb/owTSKGsaEzSQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nzwcy-00C5Bs-44; Sat, 11 Jun 2022 08:37:52 +0000 Received: from smtp04.smtpout.orange.fr ([80.12.242.126] helo=smtp.smtpout.orange.fr) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nzwcu-00C59I-F4 for linux-arm-kernel@lists.infradead.org; Sat, 11 Jun 2022 08:37:50 +0000 Received: from pop-os.home ([90.11.190.129]) by smtp.orange.fr with ESMTPA id zwconTI58QKuazwconvOZh; Sat, 11 Jun 2022 10:37:43 +0200 X-ME-Helo: pop-os.home X-ME-Auth: YWZlNiIxYWMyZDliZWIzOTcwYTEyYzlhMmU3ZiQ1M2U2MzfzZDfyZTMxZTBkMTYyNDBjNDJlZmQ3ZQ== X-ME-Date: Sat, 11 Jun 2022 10:37:43 +0200 X-ME-IP: 90.11.190.129 From: Christophe JAILLET To: Will Deacon , Mark Rutland Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET , linux-arm-kernel@lists.infradead.org Subject: [PATCH] perf/marvell_cn10k: Remove useless license text when SPDX-License-Identifier is already used Date: Sat, 11 Jun 2022 10:37:40 +0200 Message-Id: <4a8016a6da9cc6815cfa0f97ae8d3dd862797bda.1654936653.git.christophe.jaillet@wanadoo.fr> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220611_013748_659511_4DC6E535 X-CRM114-Status: UNSURE ( 9.15 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org An SPDX-License-Identifier is already in place. There is no need to duplicate part of the corresponding license. Signed-off-by: Christophe JAILLET --- drivers/perf/marvell_cn10k_tad_pmu.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/perf/marvell_cn10k_tad_pmu.c b/drivers/perf/marvell_cn10k_tad_pmu.c index 282d3a071a67..3d4b6d381783 100644 --- a/drivers/perf/marvell_cn10k_tad_pmu.c +++ b/drivers/perf/marvell_cn10k_tad_pmu.c @@ -2,10 +2,6 @@ /* Marvell CN10K LLC-TAD perf driver * * Copyright (C) 2021 Marvell - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #define pr_fmt(fmt) "tad_pmu: " fmt