pxafb: un-nest pxafb_parse_options() to cleanup the coding style issue
authoreric miao <eric.miao@marvell.com>
Wed, 30 Apr 2008 07:52:18 +0000 (00:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2008 15:29:31 +0000 (08:29 -0700)
commit817daf14a5fa77d4e2c3b63c9be12fbf6eada37d
tree0e60ad138ab4470a8e46ceab8115e46b5249d037
parent592e7bf80566bf5ac3ed073d4e198dd5b0824c04
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 <eric.miao@marvell.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/pxafb.c