From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752472AbcHNTTZ (ORCPT ); Sun, 14 Aug 2016 15:19:25 -0400 Received: from smtprelay0043.hostedemail.com ([216.40.44.43]:46825 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752295AbcHNTTY (ORCPT ); Sun, 14 Aug 2016 15:19:24 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1537:1561:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3622:3865:3867:3868:3870:3872:4321:5007:7903:10004:10400:10848:11232:11658:11914:12517:12519:12740:13069:13311:13357:13439:14659:21080:21433:21451:30054:30083:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: smash99_34ac90a9d1329 X-Filterd-Recvd-Size: 1266 Message-ID: <1471202359.4075.55.camel@perches.com> Subject: Re: [PATCH] CodingStyle: Remove "Don't use C99-style comments" From: Joe Perches To: Randy Dunlap , Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Date: Sun, 14 Aug 2016 12:19:19 -0700 In-Reply-To: References: <9a191e42dbdfaff2835f5f815fd5413815bba0fd.1468369072.git.joe@perches.com> <1470333314.3998.245.camel@perches.com> <20160814123523.26ae4b40@lwn.net> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2016-08-14 at 12:09 -0700, Randy Dunlap wrote: > I like it, but like Linus said, we don't want people to send > patches just to "fix" the comment style. Just fyi, checkpatch makes no recommendation about converting single line comments to //. And it shouldn't in my opinion.