From: Kenji Toyama Date: Sat, 23 Apr 2011 00:27:48 +0000 (+0800) Subject: Staging: xgifb: Fixed coding style issues. X-Git-Tag: v3.0-rc1~336^2~650 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6622995b3212e3c5b39b2ef0dd4d2b02ed183aa5;p=pandora-kernel.git Staging: xgifb: Fixed coding style issues. Not all warnings were silenced. One of them is a typedef in vb_ext.h which I think seems alright. The other warnings in vb_ext.c I left there because that would involve changing a bit of the logic in the code. IMHO though I think the functions are too complicated (i.e. the if/else are too deep within a big function.) and can probably be split. Signed-off-by: Daniel Kenji Toyama Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed