From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755154AbdFWU0D (ORCPT ); Fri, 23 Jun 2017 16:26:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46578 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755124AbdFWUZu (ORCPT ); Fri, 23 Jun 2017 16:25:50 -0400 Date: Sat, 24 Jun 2017 00:17:25 +0800 From: Greg Kroah-Hartman To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , Linux Kernel Mailing List , Lustre Development List Subject: Re: [PATCH 6/6] staging: lustre: lustre: fix all braces issues reported by checkpatch Message-ID: <20170623161725.GA20423@kroah.com> References: <1497452481-31124-1-git-send-email-jsimmons@infradead.org> <1497452481-31124-7-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1497452481-31124-7-git-send-email-jsimmons@infradead.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 14, 2017 at 11:01:21AM -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. > > Signed-off-by: James Simmons > --- > drivers/staging/lustre/lustre/fld/fld_cache.c | 3 ++- > drivers/staging/lustre/lustre/ldlm/ldlm_lock.c | 9 +++++---- > drivers/staging/lustre/lustre/llite/vvp_dev.c | 5 +++-- > 3 files changed, 10 insertions(+), 7 deletions(-) As I skipped patch 5/6, this doesn't apply :(