Messages in this thread |  | | Subject | Re: [PATCH] staging: rdma: Fix braces around if/else | | From | Or Gerlitz <> | | Date | Sun, 4 Oct 2015 09:47:52 +0300 |
| |
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@redhat.com> > --- > 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(-)
|  |