drivers/gpu/drm/i915/intel_bios.c: fix continuation line formats
authorJoe Perches <joe@perches.com>
Thu, 11 Mar 2010 22:01:38 +0000 (14:01 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 17 Mar 2010 20:06:09 +0000 (13:06 -0700)
String constants that are continued on subsequent lines with \ will cause
spurious whitespace in the resulting output.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Dave Airlie <airlied@linux.ie>
Cc: Eric Anholt <eric@anholt.net>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
[anholt: whacked it to wrap to 80 columns instead]
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found