Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752334AbaJLBCT (ORCPT ); Sat, 11 Oct 2014 21:02:19 -0400 Received: from smtprelay0181.hostedemail.com ([216.40.44.181]:37050 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751700AbaJLBCR (ORCPT ); Sat, 11 Oct 2014 21:02:17 -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:1261:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3871:3872:3873:3874:4250:4321:5007:6119:7652:8531:10004:10400:10848:11026:11232:11473:11658:11914:12043:12438:12517:12519:12740:13069:13311:13357:21080,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: side42_6ab2a005a6437 X-Filterd-Recvd-Size: 2043 Message-ID: <1413075731.22149.12.camel@joe-AO725> Subject: Re: [PATCH] usb: serial: Fix indentation style issue From: Joe Perches To: Greg KH Cc: Philip Munksgaard , johan@kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Date: Sat, 11 Oct 2014 18:02:11 -0700 In-Reply-To: <20141011201901.GD29439@kroah.com> References: <1413035383-3981-1-git-send-email-pmunksgaard@gmail.com> <20141011142049.GA11456@kroah.com> <1413041793.16385.22.camel@joe-AO725> <20141011201901.GD29439@kroah.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.10.4-0ubuntu2 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 Sat, 2014-10-11 at 13:19 -0700, Greg KH wrote: > On Sat, Oct 11, 2014 at 08:36:33AM -0700, Joe Perches wrote: > > On Sat, 2014-10-11 at 07:20 -0700, Greg KH wrote: > > > On Sat, Oct 11, 2014 at 03:49:43PM +0200, Philip Munksgaard wrote: > > > > Fix a style issue > > [] > > > > diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c > > [] > > > > @@ -1616,7 +1616,7 @@ static const struct usb_device_id option_ids[] = { > > > > { USB_DEVICE(TLAYTECH_VENDOR_ID, TLAYTECH_PRODUCT_TEU800) }, > > > > { USB_DEVICE(LONGCHEER_VENDOR_ID, FOUR_G_SYSTEMS_PRODUCT_W14), > > > > .driver_info = (kernel_ulong_t)&four_g_w14_blacklist > > > > - }, > > > > + }, > > > > > > Why not fix the same 'space' issue on the line before this at the same > > > time? > > > > I think there is no space issue on the previous line. > > What do you see Greg? > > I see 'space space tab', just like this line that is being changed. Right, silly evolution previewer can't differentiate space/tab > /me hands Joe a real editor. Well, where is it? ;) -- 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/