Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754479AbbKQRsd (ORCPT ); Tue, 17 Nov 2015 12:48:33 -0500 Received: from smtprelay0134.hostedemail.com ([216.40.44.134]:53305 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932146AbbKQRsb (ORCPT ); Tue, 17 Nov 2015 12:48:31 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::,RULES_HIT:41:355:379:541:599:800:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3868:3870:3871:3873:3874:4184:4250:4321:5007:6261:7514:7522:10004:10400:10848:11232:11658:11914:12043:12438:12517:12519:12555:12679:12740:13069:13071:13163:13229:13311:13357:14096:14097:14659:21060:21080:30022: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:0:0,LFtime:3,LUA_SUMMARY:none X-HE-Tag: bee01_4a16379c3ea52 X-Filterd-Recvd-Size: 1676 Message-ID: <1447782507.6012.22.camel@perches.com> Subject: Re: [BUG] checkpatch: false positive for commits with quote characters From: Joe Perches To: Brian Norris , Andy Whitcroft Cc: linux-kernel@vger.kernel.org Date: Tue, 17 Nov 2015 09:48:27 -0800 In-Reply-To: <20151116224321.GR8456@google.com> References: <20151116224321.GR8456@google.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: 1121 Lines: 33 On Mon, 2015-11-16 at 14:43 -0800, Brian Norris wrote: > Hi, > > What is the Blessed (TM) style for referencing commits that have quote > characters in their subject line? e.g., this commit: > > commit 43163022927b6e7d202a7e6f939c3f392465494d > Author: Brian Norris > Date: Tue May 19 14:38:22 2015 -0700 > > mtd: m25p80: allow arbitrary OF matching for "jedec,spi-nor" > > Checkpatch reports false positive errors like this: > > ERROR: Please use git commit description style 'commit <12+ chars of > sha1> ("")' Hi Brian. What version of checkpatch are you using? Using linux-next: $ git log --stat -p -1 --format=email 43163022927b6e7d202a7e6f939c3f392465494d | ./scripts/checkpatch.pl --strict - total: 0 errors, 0 warnings, 0 checks, 53 lines checked Your patch has no obvious style problems and is ready for submission. -- 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/