From: Mike Rapoport Date: Tue, 22 Sep 2015 07:52:16 +0000 (+0300) Subject: staging: sm750fb: sm750_help.h: spacing fix X-Git-Tag: v4.4-rc1~125^2~1456 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=27254ec26c6395ca0cfabde8e67b352a4ad7a3bf;p=linux.git staging: sm750fb: sm750_help.h: spacing fix 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm750fb/sm750_help.h b/drivers/staging/sm750fb/sm750_help.h index 8dc6bd22f5db..e7d74e681b97 100644 --- a/drivers/staging/sm750fb/sm750_help.h +++ b/drivers/staging/sm750fb/sm750_help.h @@ -43,7 +43,7 @@ #define FIELD_CLEAR(reg, field) \ ( \ - ~ _F_MASK(reg ## _ ## field) \ + ~_F_MASK(reg ## _ ## field) \ ) /* Field Macros */