From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751371AbdGQM1g (ORCPT ); Mon, 17 Jul 2017 08:27:36 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45772 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751281AbdGQM1f (ORCPT ); Mon, 17 Jul 2017 08:27:35 -0400 Date: Mon, 17 Jul 2017 14:27:29 +0200 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] staging: lustre: lustre: fix all braces issues reported by checkpatch Message-ID: <20170717122729.GC24503@kroah.com> References: <1500133162-29310-1-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500133162-29310-1-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 Sat, Jul 15, 2017 at 11:39:22AM -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 > ------------------------------------------------------------------ > v1) Initial patch > v2) Rebased against latest staging-next tree Those lines go below: > --- That line. I'll edit it by hand this time...