Re: [PATCH 2/2] drm: Verify debug message arguments

From: Joe Perches
Date: Mon Apr 18 2011 - 19:09:16 EST


On Mon, 2011-04-18 at 16:01 -0700, Ian Romanick wrote:
> > @@ -214,9 +214,9 @@ parse_lfp_panel_data(struct drm_i915_private *dev_priv,
> > i915_lvds_downclock) {
> > dev_priv->lvds_downclock_avail = 1;
> > dev_priv->lvds_downclock = temp_downclock;
> > - DRM_DEBUG_KMS("LVDS downclock is found in VBT. ",
> > - "Normal Clock %dKHz, downclock %dKHz\n",
> > - temp_downclock, panel_fixed_mode->clock);
> > + DRM_DEBUG_KMS("LVDS downclock is found in VBT. "
> > + "Normal Clock %dKHz, downclock %dKHz\n",
> > + temp_downclock, panel_fixed_mode->clock);
> > }
> > return;
> > }
> Does this hunk only change white space, or am I missing something?

No, you're right. It's just whitespace.
I prefer arguments aligned to open paren.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/