From: eric miao Date: Wed, 30 Apr 2008 07:52:18 +0000 (-0700) Subject: pxafb: un-nest pxafb_parse_options() to cleanup the coding style issue X-Git-Tag: v2.6.26-rc1~336 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=817daf14a5fa77d4e2c3b63c9be12fbf6eada37d;p=pandora-kernel.git pxafb: un-nest pxafb_parse_options() to cleanup the coding style issue pxafb_parse_options() has very long lines exceeding far beyond 80 characters, which makes the function looks bad. Un-nest it into smaller functions and use a temporary string for only what has been overridden instead of the whole dev_info() message to reduce the line a bit more. Signed-off-by: eric miao Cc: "Antonino A. Daplas" Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed