Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756242AbcJGHsR (ORCPT ); Fri, 7 Oct 2016 03:48:17 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:33015 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752140AbcJGHsO (ORCPT ); Fri, 7 Oct 2016 03:48:14 -0400 Date: Fri, 7 Oct 2016 10:46:46 +0300 From: Dan Carpenter To: SF Markus Elfring Cc: linux-raid@vger.kernel.org, Guoqing Jiang , Shaohua Li , LKML , kernel-janitors@vger.kernel.org, Julia Lawall Subject: Re: [PATCH 15/15] md-cluster: Delete unnecessary braces in unlock_all_bitmaps() 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 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 375 Lines: 13 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