ARM: s3c24xx: formatting cleanup in mach-mini2440.c
authorCedric Roux <sed@free.fr>
Fri, 7 Sep 2018 21:54:45 +0000 (23:54 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 10 Sep 2018 17:00:57 +0000 (19:00 +0200)
commite728e4f2010063ac0f3a4f220cca14b3a334469d
tree633d31ed706ad7214930f309c6cb3896b6a43663
parentb2a13da505e8614f55dc4abb6e2067261be35a55
ARM: s3c24xx: formatting cleanup in mach-mini2440.c

Running:
    scripts/checkpatch.pl -f arch/arm/mach-s3c24xx/mach-mini2440.c
revealed several errors and warnings.

They were all removed, except one which is an #if 0 around the declaration
of a gpio pin. This needs some more investigation and I prefer to let it
here. This is not some dead code.

'printk' was replaced by 'pr_info'.

Signed-off-by: Cedric Roux <sed@free.fr>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-s3c24xx/mach-mini2440.c