From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751462AbdBXQcD (ORCPT ); Fri, 24 Feb 2017 11:32:03 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:32922 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751428AbdBXQb6 (ORCPT ); Fri, 24 Feb 2017 11:31:58 -0500 Date: Fri, 24 Feb 2017 17:31:50 +0100 From: Greg KH To: Georgios Emmanouil Cc: arnaud.patard@rtp-net.org, waltfeasel@gmail.com, karniksayli1995@gmail.com, clifton.a.barnes@gmail.com, shiva@exdev.nl, devel@driverdev.osuosl.org, trivial@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] Staging: xgifb:XGI_main_26: Added braces to the 'if' statement Message-ID: <20170224163150.GA29703@kroah.com> References: <1487787797-8115-1-git-send-email-geo.emmnl@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1487787797-8115-1-git-send-email-geo.emmnl@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 22, 2017 at 08:23:17PM +0200, Georgios Emmanouil wrote: > Coding style issue. Added brances to the 'if' statement. > > Signed-off-by: Georgios Emmanouil > --- > drivers/staging/xgifb/XGI_main_26.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Someone sent this same change in just before you did, sorry :( greg k-h