staging: sm750fb: sm750_help.h: spacing fix
authorMike Rapoport <mike.rapoport@gmail.com>
Tue, 22 Sep 2015 07:52:16 +0000 (10:52 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 02:16:30 +0000 (04:16 +0200)
Remove unnecessary space in sm750_help.h to fix the following
checkpatch.pl error:
drivers/staging/sm750fb/sm750_help.h:46: space prohibited after that '~' (ctx:ExW)

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750_help.h

index 8dc6bd2..e7d74e6 100644 (file)
@@ -43,7 +43,7 @@
 
 #define FIELD_CLEAR(reg, field) \
 ( \
-       ~ _F_MASK(reg ## _ ## field) \
+       ~_F_MASK(reg ## _ ## field) \
 )
 
 /* Field Macros */