treewide: cleanup continuations and remove logging message whitespace
authorJoe Perches <joe@perches.com>
Sun, 24 Apr 2011 03:38:19 +0000 (20:38 -0700)
committerJiri Kosina <jkosina@suse.cz>
Tue, 26 Apr 2011 08:24:37 +0000 (10:24 +0200)
Using C line continuation inside format strings is error prone.
Clean up the unintended whitespace introduced by misuse of \.
Neaten correctly used line continations as well for consistency.

drivers/scsi/arcmsr/arcmsr_hba.c has these errors as well,
but arcmsr needs a lot more work and the driver should likely be
moved to staging instead.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found