From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932469AbdCIR0P (ORCPT ); Thu, 9 Mar 2017 12:26:15 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:45744 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754894AbdCIR0M (ORCPT ); Thu, 9 Mar 2017 12:26:12 -0500 Date: Thu, 9 Mar 2017 18:18:44 +0100 From: Greg Kroah-Hartman To: Robin Krahl Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: rtl8192u: fix spacing around if statements Message-ID: <20170309171844.GA11818@kroah.com> References: <20170302221623.6471-1-robin.krahl@ireas.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170302221623.6471-1-robin.krahl@ireas.org> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 02, 2017 at 11:16:23PM +0100, Robin Krahl wrote: > Corrects the spacing around two if statements to fix these checkpatch.pl > errors: > > ERROR: space required before the open brace '{' > ERROR: space prohibited after that open parenthesis '(' > > Signed-off-by: Robin Krahl > --- > drivers/staging/rtl8192u/r8192U_core.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Someone else did this same change right before you did, sorry :( greg k-h