[S390] irq: simple coding style change
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 11 Apr 2012 12:28:09 +0000 (14:28 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 11 Apr 2012 12:28:25 +0000 (14:28 +0200)
commit7968ca814801b403ebd0829eda7a92e3eef23b45
treeb7fcf5853fc416014a34e7ad2e587e2a090e6e8e
parentac2ac6e852716448d962033a041182cd1e2d3c01
[S390] irq: simple coding style change

Use braces for if/else/list_for_each_entry bodies if the body consists
of more than a single line. Otherwise I get confused and check if there
is something broken whenever I see these code snippets.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/irq.c