Re: [PATCH] staging: rtl8192u: fix spacing around if statements

From: Greg Kroah-Hartman
Date: Thu Mar 09 2017 - 12:26:24 EST


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 <robin.krahl@xxxxxxxxx>
> ---
> 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