Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753188AbbKZTgp (ORCPT ); Thu, 26 Nov 2015 14:36:45 -0500 Received: from smtprelay0060.hostedemail.com ([216.40.44.60]:48410 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751065AbbKZTgn (ORCPT ); Thu, 26 Nov 2015 14:36:43 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 30,2,0,,d41d8cd98f00b204,joe@perches.com,:::::::::,RULES_HIT:41:355:379:541:599:960:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1538:1568:1593:1594:1711:1714:1730:1747:1777:1792:2198:2199:2393:2559:2562:2828:3138:3139:3140:3141:3142:3622:3866:3867:3868:3870:3872:3873:3874:4321:5007:6261:10010:10400:10848:11232:11658:11914:12517:12519:12740:13069:13206:13229:13255:13311:13357:14659:21080:21088:30029:30054: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:1:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: aunt62_574fabf853735 X-Filterd-Recvd-Size: 1480 Message-ID: <1448566598.18647.12.camel@perches.com> Subject: Re: [PATCH] drivers:pci:hotplug Fix space prohibited between function name and open parenthesis '(' From: Joe Perches To: Bogicevic Sasa , bhelgaas@google.com Cc: lenb@kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Date: Thu, 26 Nov 2015 11:36:38 -0800 In-Reply-To: <1448553041-18601-1-git-send-email-brutallesale@gmail.com> References: <1448553041-18601-1-git-send-email-brutallesale@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.16.5-1ubuntu3 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: 817 Lines: 20 On Thu, 2015-11-26 at 16:50 +0100, Bogicevic Sasa wrote: > This fixes all errors "space prohibited between function name and > open parenthesis '(' " in all files in drivers/pci/hotplug folder It's good when sending this sort of patch to add a bit of description like "git diff -w shows no differences" and that using scripts/objdiff also shows no difference. Doing so shows that you've done a bit more than a mechanical transformation using something like: $ ./scripts/checkpatch -f --types=spacing --fix-inplace and that you have verified your changes too. -- 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/