From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Subject: Re: [PATCH 15/15] md-cluster: Delete unnecessary braces in unlock_all_bitmaps() Date: Fri, 7 Oct 2016 10:46:46 +0300 Message-ID: <20161007074646.GA6039@mwanda> References: <566ABCD9.1060404@users.sourceforge.net> <3a03df66-92ce-20fb-17f3-fb79b9d43c8e@users.sourceforge.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: SF Markus Elfring Cc: linux-raid@vger.kernel.org, Guoqing Jiang , Shaohua Li , LKML , kernel-janitors@vger.kernel.org, Julia Lawall List-Id: linux-raid.ids On Sat, Oct 01, 2016 at 05:00:07PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 1 Oct 2016 16:15:55 +0200 > > Do not use curly brackets at one source code place > where a single statement should be sufficient. > The original style was correct and this is wrong. I have explained this before. regards, dan carpenter