Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp326223img; Wed, 20 Mar 2019 01:15:25 -0700 (PDT) X-Google-Smtp-Source: APXvYqzE8nCms4Vj2eh3QNZ4mRNIkHs+x4elMLlpvWIhwc1NhT3ahYSVlS4Wd+002wlx6EUEnDLr X-Received: by 2002:a17:902:f24:: with SMTP id 33mr29290777ply.47.1553069725783; Wed, 20 Mar 2019 01:15:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553069725; cv=none; d=google.com; s=arc-20160816; b=J14TAhtFaahitd2mKabozNU5oF4BHGF3aEL+UmzKNUKCsNtmSNDCnoeT2G/g62IKrA BbGFJ5Q79HwsBJBEznlzde9gw79Q7tVScfBznYzxSc4GVJhoYFZSVaTd9uj+IkyvxpFL 2jByfXlj3N6nsghkHo3nTMol6ofofVBG5fK+dMdra4odh21st9zaXneZfA31xwHJsV9a KVkbcfBWHMIvjduqfwEpDn5sbpYMIEWpzuWivq273HSWVVP0zePVlaF2WW6XRTWk+QHv 72kfdLoGpjgg5k7OaArwiygMyS+zB869YmeAUI9FpjyU5uW9j3GprlHPiI31LYfZynEJ wo3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=WYKyzwE7Q2fl6hnzsIsKpcbBEqOemDCRKI+qtlwmwkU=; b=WUhK7PApgk1QjgBYXuZmQb0GO44YuhtWynPeQlEKOArnIQKv/l53EIJfECCoLaLxzF X9APtjxdeiuTThiojOXS5MEGgxCl09NNKt0mOQkLSI+WBIkpXe/QHwaVCuzHVkwKZOrl K++8Yt+OOdRcP1gD7MxbG1PgmPGgtIu9lNmT3UBiac5laVYXm+zjma24W0+NHUglkpIb Zb3k4SbKOZJ8hia/iLDIlMXo4ty2Oycnp3yxpjQZH84Zt7RHXe7KnNABJPu/hBLAn4tt 7AoGwVid/OvHErBqRXMJFxUQJ4grn8Eson7P8wS/cbFPqfAyFXJINCQ/ZgvB7Nk3nulH OObQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k8si1090733pgq.588.2019.03.20.01.15.09; Wed, 20 Mar 2019 01:15:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727779AbfCTIOZ (ORCPT + 99 others); Wed, 20 Mar 2019 04:14:25 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:34867 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725942AbfCTIOY (ORCPT ); Wed, 20 Mar 2019 04:14:24 -0400 Received: from p5492e2fc.dip0.t-ipconnect.de ([84.146.226.252] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1h6WMg-0006rr-22; Wed, 20 Mar 2019 09:14:22 +0100 Date: Wed, 20 Mar 2019 09:14:21 +0100 (CET) From: Thomas Gleixner To: Roman Kiryanov cc: LKML , Sebastian Reichel , Greg KH Subject: Re: [PATCH] drivers: power: supply: goldfish_battery: Fix bogus SPDX identifier In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? On Tue, 19 Mar 2019, Roman Kiryanov wrote: > Hi, I am sorry for this warning. I remember I checked all changes I > sent, maybe missed this one. > > At the bottom the file says > > MODULE_LICENSE("GPL"); > > and > > // SPDX-License-Identifier: GPL-2.0 > > makes it inconsistent. No. It does not. 1) The module license is not a precise license indicator. 2) SPDX License identifiers are well defined and standardized. 'GPL' is NOT a valid SPDX identifier. The usage of SPDX identifiers and the relevance of the MODULE_LICENSE() string are well documented in: Documentation/process/license-rules.rst or for your conveniance at: https://www.kernel.org/doc/html/latest/process/license-rules.html Thanks, tglx