From: Joe Perches <j...@perches.com>

String constants that are continued on subsequent lines with \ will cause
spurious whitespace in the resulting output.

Signed-off-by: Joe Perches <j...@perches.com>
Cc: Dave Airlie <airl...@linux.ie>
Cc: Eric Anholt <e...@anholt.net>
Cc: Jesse Barnes <jbar...@virtuousgeek.org>
Signed-off-by: Andrew Morton <a...@linux-foundation.org>
---

 drivers/gpu/drm/i915/intel_bios.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff -puN 
drivers/gpu/drm/i915/intel_bios.c~drivers-gpu-drm-i915-intel_biosc-fix-continuation-line-formats
 drivers/gpu/drm/i915/intel_bios.c
--- 
a/drivers/gpu/drm/i915/intel_bios.c~drivers-gpu-drm-i915-intel_biosc-fix-continuation-line-formats
+++ a/drivers/gpu/drm/i915/intel_bios.c
@@ -417,8 +417,7 @@ parse_edp(struct drm_i915_private *dev_p
        edp = find_section(bdb, BDB_EDP);
        if (!edp) {
                if (SUPPORTS_EDP(dev_priv->dev) && dev_priv->edp_support) {
-                       DRM_DEBUG_KMS("No eDP BDB found but eDP panel 
supported,\
-                                      assume 18bpp panel color depth.\n");
+                       DRM_DEBUG_KMS("No eDP BDB found but eDP panel 
supported, assume 18bpp panel color depth.\n");
                        dev_priv->edp_bpp = 18;
                }
                return;
_

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to