parisc: Fix indenting in puts()
authorHelge Deller <deller@gmx.de>
Tue, 12 Dec 2017 20:32:16 +0000 (21:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Dec 2017 16:53:47 +0000 (17:53 +0100)
commit117b8b85e5777b76128a808533c4f711be564360
treeea4d6dfa4ceccdff8578ff26a0111a678cd44acd
parent482b6942a8c1e5110a44787f6e72e0d0775bf4c0
parisc: Fix indenting in puts()

commit 203c110b39a89b48156c7450504e454fedb7f7f6 upstream.

Static analysis tools complain that we intended to have curly braces
around this indent block. In this case this assumption is wrong, so fix
the indenting.

Fixes: 2f3c7b8137ef ("parisc: Add core code for self-extracting kernel")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/boot/compressed/misc.c