]> git.karo-electronics.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 5 Dec 2008 18:55:11 +0000 (10:55 -0800)
commit0efdd6fd2451074d61deb9133f1ab06e10434510
tree0f0430f65c7f8dcc34e0cfd571155afca88e0dd3
parent79aeb30b95d817f11b125d1bd495d5d3c18bde7d
gpiolib: extend gpio label column width in debugfs file

commit 6e8ba729b6332f2a75572e02480936d2b51665aa upstream.

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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpio/gpiolib.c