commit | 7968ca814801b403ebd0829eda7a92e3eef23b45 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Wed Apr 11 14:28:09 2012 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Apr 11 14:28:25 2012 +0200 |
tree | b7fcf5853fc416014a34e7ad2e587e2a090e6e8e | |
parent | ac2ac6e852716448d962033a041182cd1e2d3c01 [diff] |
[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>