From: Andres More Date: Wed, 13 Feb 2013 01:36:28 +0000 (-0500) Subject: staging: vt6656: replace custom BOOL definition with bool X-Git-Tag: v3.9-rc1~127^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfdcc425975d06cbfcc9b5c0fad2f3af5476cd05;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed