From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757275AbcDGSEm (ORCPT ); Thu, 7 Apr 2016 14:04:42 -0400 Received: from smtprelay0204.hostedemail.com ([216.40.44.204]:51785 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756645AbcDGSEl (ORCPT ); Thu, 7 Apr 2016 14:04:41 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,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:1538:1593:1594:1711:1714:1730:1747:1777:1792:2393:2553:2559:2562:2828:2911:3138:3139:3140:3141:3142:3350:3622:3865:3867:3873:3874:4321:4425:4823:5007:7514:7875:7903:10004:10400:10848:11232:11658:11914:12517:12519:12740:13069:13311:13357:13439:13848:14181:14659:14721:21063:21080:30054:30070:30090: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:2,LUA_SUMMARY:none X-HE-Tag: plane74_28658ba2aee00 X-Filterd-Recvd-Size: 1522 Message-ID: <1460052276.1800.3.camel@perches.com> Subject: Re: [PATCH] staging: rtl8192u: remove blank lines after braces (opening) From: Joe Perches To: Andy Shevchenko , Nicholas Sim Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, "linux-kernel@vger.kernel.org" Date: Thu, 07 Apr 2016 11:04:36 -0700 In-Reply-To: References: <20160405160747.GA17385@cog.davos> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu1 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 Thu, 2016-04-07 at 20:59 +0300, Andy Shevchenko wrote: > On Tue, Apr 5, 2016 at 7:07 PM, Nicholas Sim wrote: > > > > Remove unneeded blank lines appearing after opening braces as suggested > > by checkpatch.pl > > > You have to combine this with the rest so called 'indentation' fixes, > e.g. +- empty lines, tabs vs. spaces, etc. Actually, patches that do single things like removing undesired blank lines are easier to review if separate from patches that change horizontal whitespace.