Get rid of all ELSE_AFTER_BRACE type errors reported by checkpatch.pl.
Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx>
---
There is one warning reported in this patch though. That's because of
the multiline string and it's pre-existing. Feel free to let me know
if that should be fixed too, I'd also remove the pointless '#' then.
On the other hand, it'll create more-than-80-columns long line.
drivers/staging/rdma/ipath/ipath_driver.c | 19 ++++++++-----------
drivers/staging/rdma/ipath/ipath_file_ops.c | 12 ++++++------
drivers/staging/rdma/ipath/ipath_iba6110.c | 7 +++----
drivers/staging/rdma/ipath/ipath_init_chip.c | 10 +++++-----
drivers/staging/rdma/ipath/ipath_intr.c | 7 +++----
drivers/staging/rdma/ipath/ipath_sysfs.c | 7 +++----
drivers/staging/rdma/ipath/ipath_verbs.c | 4 ++--
7 files changed, 30 insertions(+), 36 deletions(-)