Re: [PATCH] staging: rdma: Fix braces around if/else

From: Or Gerlitz
Date: Sun Oct 04 2015 - 03:03:43 EST


On 10/3/2015 11:55 PM, Martin Kletzander wrote:
Get rid of all ELSE_AFTER_BRACE type errors reported by checkpatch.pl.

Hi Greg,

Is there a way to signal people/tools that a certain driver parks in staging on their way **out** of the kernel
and not the other way around? I guess you (nor Doug) don't want to spend time on fixing such drivers, right?

Or.


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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/