Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932714AbcCRRqK (ORCPT ); Fri, 18 Mar 2016 13:46:10 -0400 Received: from smtprelay0116.hostedemail.com ([216.40.44.116]:60009 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752647AbcCRRqI (ORCPT ); Fri, 18 Mar 2016 13:46:08 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::,RULES_HIT:41:355:379:541:560:599:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2110:2194:2198:2199:2200:2393:2559:2562:2731:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3872:3874:4321:5007:6261:7903:10004:10400:10848:11026:11232:11473:11658:11783:11914:12295:12438:12517:12519:12555:12740:13069:13311:13357:13439:13618:13894:14659:21080: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:2,LUA_SUMMARY:none X-HE-Tag: level43_180449901561b X-Filterd-Recvd-Size: 1755 Message-ID: <1458323163.26915.8.camel@perches.com> Subject: Re: [PATCH] mac80211: fix order of flag descriptions From: Joe Perches To: Luis de Bethencourt , linux-kernel@vger.kernel.org Cc: johannes@sipsolutions.net, davem@davemloft.net, linux-wireless@vger.kernel.org, netdev@vger.kernel.org Date: Fri, 18 Mar 2016 10:46:03 -0700 In-Reply-To: <56EC3DA6.2090105@osg.samsung.com> References: <1458317369-28185-1-git-send-email-luisbg@osg.samsung.com> <1458318955-32070-1-git-send-email-luisbg@osg.samsung.com> <1458322179.26915.2.camel@perches.com> <56EC3DA6.2090105@osg.samsung.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 726 Lines: 15 On Fri, 2016-03-18 at 17:40 +0000, Luis de Bethencourt wrote: > On 18/03/16 17:29, Joe Perches wrote: > > On Fri, 2016-03-18 at 16:35 +0000, Luis de Bethencourt wrote: > > > Fix order of mac80211_rx_flags description to match the enum. [] > > > I want ahead and fixed the order of the descriptions. checkpatch.pl was giving > > > a warning to my previous patch and I had a hunch it was because the wrong order > > > breaks the parser. Indeed it does and with this patch below checkpatch.pl does > > > not complain about this flag descriptions anymore. > > checkpatch complains???About what? > warning: Enum value 'RX_FLAG_DUP_VALIDATED' not described in enum 'mac80211_rx_flags' That's not a checkpatch warning. cheers, Joe