From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751185AbdGOPxB (ORCPT ); Sat, 15 Jul 2017 11:53:01 -0400 Received: from smtprelay0134.hostedemail.com ([216.40.44.134]:48846 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751062AbdGOPw7 (ORCPT ); Sat, 15 Jul 2017 11:52:59 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::,RULES_HIT:41:355:379:541:599:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1568:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2693:2828:3138:3139:3140:3141:3142:3622:3865:3866:3870:3871:3874:4321:5007:7901:7903:10004:10400:10848:11232:11657:11658:11914:12043:12048:12296:12740:12895:13069:13255:13311:13357:13439:13894:14181:14659:14721:21080:21451:21627:30054:30060:30091,0,RBL:error,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:error,Custom_rules:0:0:0,LFtime:2000,LUA_SUMMARY:none X-HE-Tag: cakes33_8e00f0395a02a X-Filterd-Recvd-Size: 1657 Message-ID: <1500133974.4457.79.camel@perches.com> Subject: Re: [PATCH] staging: lustre: lustre: fix all braces issues reported by checkpatch From: Joe Perches To: James Simmons , Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin Cc: Linux Kernel Mailing List , Lustre Development List Date: Sat, 15 Jul 2017 08:52:54 -0700 In-Reply-To: <1500133162-29310-1-git-send-email-jsimmons@infradead.org> References: <1500133162-29310-1-git-send-email-jsimmons@infradead.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.6-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 On Sat, 2017-07-15 at 11:39 -0400, James Simmons wrote: > Cleanup all braces that was reported by checkpatch. The only > issue not fixed up is in mdc_lock.c. Removing the braces in > the case of mdc_lock.c will break the build. what checkpatch warning in mdc_locks.c is that? $ ./scripts/checkpatch.pl -f --terse --nosummary drivers/staging/lustre/lustre/mdc/mdc_locks.c  drivers/staging/lustre/lustre/mdc/mdc_locks.c:590: WARNING: line over 80 characters drivers/staging/lustre/lustre/mdc/mdc_locks.c:600: WARNING: line over 80 characters drivers/staging/lustre/lustre/mdc/mdc_locks.c:637: WARNING: line over 80 characters