s390/spinlock: fix indentation
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 14 Nov 2017 12:47:00 +0000 (13:47 +0100)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 14 Nov 2017 21:07:58 +0000 (22:07 +0100)
commit78ca4fe3bb166e913d278e504d93f09a8ba3139e
treeb3080d2b9b06e98fd25ac9370f65b23c516aaf76
parent3c6153e8145f74870bad11fa4344fd20f1ad3aaf
s390/spinlock: fix indentation

checkpatch:
    WARNING: Statements should start on a tabstop
    #9499: FILE: arch/s390/lib/spinlock.c:231:
    +                          return;

sparse:
arch/s390/lib/spinlock.c:81 arch_load_niai4()
    warn: inconsistent indenting

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/lib/spinlock.c