On Tue, 2011-04-19 at 18:26 +0200, Marcin Slusarz wrote:
On Mon, Apr 18, 2011 at 04:09:11PM -0700, Joe Perches wrote:
On Mon, 2011-04-18 at 16:01 -0700, Ian Romanick wrote:
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);
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.
It's not just whitespace. Look at the end of first line.
Heh. Thanks Marcin.
Teach me to just at the code in the patch.
It's a format error as the first quoted string has a comma at the end so the arguments after the comma were ignored.