Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757810AbbEEWB7 (ORCPT ); Tue, 5 May 2015 18:01:59 -0400 Received: from smtprelay0238.hostedemail.com ([216.40.44.238]:42993 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751592AbbEEWB4 (ORCPT ); Tue, 5 May 2015 18:01:56 -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:1540:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:2892:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3871:3872:3874:4250:4321:5007:6261:8603:10004:10400:10848:11232:11658:11914:12517:12519:12740:13069:13161:13229: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: crib76_2db80323ddb19 X-Filterd-Recvd-Size: 1748 Message-ID: <1430863313.9365.49.camel@perches.com> Subject: Re: [PATCH] adm8211: fix the possible pci cache line sizes inside switch-case From: Joe Perches To: Okash Khawaja Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 05 May 2015 15:01:53 -0700 In-Reply-To: <20150505214851.GA3013@bytefire-computer> References: <20150505214851.GA3013@bytefire-computer> 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: 1113 Lines: 32 On Tue, 2015-05-05 at 22:48 +0100, Okash Khawaja wrote: > The PCI cache line size value, stored in cline variable, was being > compared against decimal values written as hex literals. This patch > changes those literals to correct hex values. This is fine. The grammar might be better as something like: The PCI cache line size value was being compared against decimal values prefixed with 0x. Fix the literals to use the correct hex values. > Please note that this patch is on top of > another code cleanup patch '[PATCH] adm8211: fix checkpatch errors for > indentation and new line around switch-case'. But this information doesn't belong here as it would also be in a git log when someone uses git am to apply it to a tree. It'd be better to send a patch series using "git format-email --cover-letter -2 -o " and use git send-email for the series. -- 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/