]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: xgifb: Fixed style issues.
authorKenji Toyama <kenji.toyama@gmail.com>
Tue, 26 Apr 2011 04:13:43 +0000 (12:13 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Apr 2011 22:46:28 +0000 (15:46 -0700)
commit5c05583b28b28ae316ddf4a6d52464969a4e786f
tree604331d350b7b0c4f2fb4461066ff743d29e67f7
parent60a4528452af3b7ad3d1bb3d2688152848d19202
Staging: xgifb: Fixed style issues.

Not all warnings/errors were silenced, some of them are related to
simple printk() messages that imho should not be split across multiple
lines (it makes it harder to grep for example), and some of them are
related to long lines that are pretty much impossible to split without
proper code refactoring.

Resubmitting this patch because of conflicts.

Signed-off-by: Daniel Kenji Toyama <kenji.toyama@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/xgifb/XGI_main_26.c