projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e98631d
)
staging: sm750fb: sm750_help.h: spacing fix
author
Mike Rapoport
<
[email protected]
>
Tue, 22 Sep 2015 07:52:16 +0000
(10:52 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/sm750fb/sm750_help.h
patch
|
blob
|
history
diff --git
a/drivers/staging/sm750fb/sm750_help.h
b/drivers/staging/sm750fb/sm750_help.h
index 8dc6bd22f5db87e3a4349e1f67d56116b66d6311..e7d74e681b975f3e38d69a242790a24fafa0b69c 100644
(file)
--- 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 */