From: Joe Perches Date: Sun, 24 Apr 2011 03:38:19 +0000 (-0700) Subject: treewide: cleanup continuations and remove logging message whitespace X-Git-Tag: v3.0-rc1~344^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85ee7a1d39d75d23d21f3871f6dc9b87d572747a;p=pandora-kernel.git treewide: cleanup continuations and remove logging message whitespace 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 Acked-by: Randy Dunlap Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed