]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM OMAP2+ GPMC: fix debug output alignment
authorRobert ABEL <rabel@cit-ec.uni-bielefeld.de>
Fri, 27 Feb 2015 15:56:50 +0000 (16:56 +0100)
committerRoger Quadros <rogerq@ti.com>
Fri, 6 Mar 2015 10:23:21 +0000 (12:23 +0200)
commit2affc816df6163c063d47f722191aa3bc542c22a
tree3bec93a417d8fcc55a48bd27f31f4c6ecb44e114
parentb1dc1ca9d4673dac43b8a77a8b695ffb2918de2a
ARM OMAP2+ GPMC: fix debug output alignment

GPMC debug output is aligned to 10 characters for field names.
However, some fields have bigger names, screwing up the alignment.
Consequently, alignment was changed to longest field name (17 chars) for now.

Signed-off-by: Robert ABEL <rabel@cit-ec.uni-bielefeld.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
drivers/memory/omap-gpmc.c