]> git.baikalelectronics.ru Git - kernel.git/commit
gpiolib: extend gpio label column width in debugfs file
authorJarkko Nikula <jarkko.nikula@nokia.com>
Wed, 19 Nov 2008 23:36:17 +0000 (15:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Nov 2008 02:49:57 +0000 (18:49 -0800)
commit97981fb1e59b3cf4e46ef5f9a36efdc3fb46fe53
tree1a705976c90e3160e1afe4e5669782316ff420f9
parent1362137a602a786bd356243cb1fc322e8ad80a85
gpiolib: extend gpio label column width in debugfs file

There are already various drivers having bigger label than 12 bytes.  Most
of them fit well under 20 bytes but make column width exact so that
oversized labels don't mess up output alignment.

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Acked-by: David Brownell <david-b@pacbell.net>
Cc: <stable@kernel.org> [2.6.26.x, 2.6.26.x, 2.6.27.x]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpio/gpiolib.c