commit | dfdcc425975d06cbfcc9b5c0fad2f3af5476cd05 | [log] [tgz] |
---|---|---|
author | Andres More <more.andres@gmail.com> | Tue Feb 12 20:36:28 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 15 10:46:44 2013 -0800 |
tree | ed39806ba3b60cadae0e2eac7909e8afe6c1f458 | |
parent | b6592810e4d9493781c187e482ab0fd5cc97893f [diff] |
staging: vt6656: replace custom BOOL definition with bool 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>