Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752903AbdLMMZO (ORCPT ); Wed, 13 Dec 2017 07:25:14 -0500 Received: from smtprelay0027.hostedemail.com ([216.40.44.27]:42269 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752609AbdLMMZL (ORCPT ); Wed, 13 Dec 2017 07:25:11 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 10,1,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::,RULES_HIT:41:355:379:541:599:800:960:968:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2538:2559:2562:2693:2828:2895:2902:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3872:3873:4250:4321:5007:6117:6691:7514:8531:10007:10400:10848:11232:11658:11914:12663:12740:12895:13069:13311:13357:13439:13894:14181:14659:14721:21080:21433:21627:30029:30054:30067:30070:30075:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:1:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: egg07_84433d7372a48 X-Filterd-Recvd-Size: 2881 Message-ID: <1513167907.27409.3.camel@perches.com> Subject: Re: [PATCH] platform/x86: dell-rbtn: Block comments use * on subsequent lines From: Joe Perches To: Dhaval Shah , Philippe Ombredanne Cc: "pali.rohar@gmail.com" , Darren Hart , Andy Shevchenko , "platform-driver-x86@vger.kernel.org" , LKML Date: Wed, 13 Dec 2017 04:25:07 -0800 In-Reply-To: References: <20171213082301.23209-1-dhaval.shah@softnautics.com> , Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.26.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1422 Lines: 31 On Wed, 2017-12-13 at 10:53 +0000, Dhaval Shah wrote: > > > This is different issue. If we need to fix the issue of this if we update SPDX licensing as well. > > > I am agree with you on the use of the new SPDX IDs instead of the long legalese. > > > For this, we have to add the text "// SPDX-License-Identifier: GPL-2.0" at the top of the file and remove the > > > whole license part and keep on copyright and Author name related info. After change, it looks like > > > // SPDX-License-Identifier: GPL-2.0 > > > /* > > > * Dell Airplane Mode Switch driver > > > * Copyright (C) 2014-2015 Pali Roh?r > > > */ > > > > And for a short comment block like this, Linus preference is to avoid > > mixing comment style and go all the way C++ style as in: > > > > > // SPDX-License-Identifier: GPL-2.0 > > > // Dell Airplane Mode Switch driver > > > // Copyright (C) 2014-2015 Pali Roh?r > > > > > > ... for even less boilerplate ;) > > Thanks a lot for the link. > Do you want to me to update along with SPDX in this patchset with V2 or we will update in the next patchset once this patch merge? If anyone does conversions of these license texts you have to be _extremely_ careful about what specific license identifier you use. This license includes the text "or (at your option) any later version" which is not the same as using SPDX-License-Identifier: GPL-2.0