]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit6e8ba729b6332f2a75572e02480936d2b51665aa
tree1a705976c90e3160e1afe4e5669782316ff420f9
parent1c207f952a3a39f9d07a3e9de0cf6b9a9464eeaa
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