Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2993818AbbEEQGb (ORCPT ); Tue, 5 May 2015 12:06:31 -0400 Received: from smtprelay0149.hostedemail.com ([216.40.44.149]:60985 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2993146AbbEEOSn (ORCPT ); Tue, 5 May 2015 10:18:43 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:968:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2198:2199:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3871:3872:4321:5007:6261:10004:10400:10848:11232:11658:11914:12043:12296:12517:12519:12740:13019:13069:13311:13357:21080:21088,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 X-HE-Tag: humor26_4bdfa9975012f X-Filterd-Recvd-Size: 1853 Message-ID: <1430835520.7191.14.camel@perches.com> Subject: Re: [PATCH v2 3/5] toshiba_acpi: Cleanup blank lines after comment blocks From: Joe Perches To: Azael Avalos Cc: Darren Hart , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 05 May 2015 07:18:40 -0700 In-Reply-To: <1430759758-4026-4-git-send-email-coproscefalo@gmail.com> References: <1430759758-4026-1-git-send-email-coproscefalo@gmail.com> <1430759758-4026-4-git-send-email-coproscefalo@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.11-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 Content-Length: 1125 Lines: 43 On Mon, 2015-05-04 at 11:15 -0600, Azael Avalos wrote: > This patch removes some blank lines after comment blocks, capitalizes > some comments first words and adds a few comments to the beggining > of some functions. I think blank lines after comments are generally OK. This is now inconsistent about /* * short comment */ and /* short comment */ Not all function blocks need introductory comments. > diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c [] > @@ -78,10 +78,9 @@ MODULE_LICENSE("GPL"); > * SCI stands for "System Configuration Interface" which aim is to > * conceal differences in hardware between different models. > */ > - > #define TCI_WORDS 6 It's sometimes nice to have blank lines after long block comments. > -/* operations */ > +/* Operations */ I think these sentence case changes aren't better. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/