git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b659281
)
staging: vt6656: replace custom BOOL definition with bool
author
Andres More
<more.andres@gmail.com>
Wed, 13 Feb 2013 01:36:28 +0000
(20:36 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 15 Feb 2013 18:46:44 +0000
(10:46 -0800)
Checkpatch findings were not resolved, just make direct replacement
plus a couple of conflicting types in declarations.
sed -i 's/\bBOOL\b/bool/g' drivers/staging/vt6656/*.[ch]
Signed-off-by: Andres More <more.andres@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found