Re: [PATCH 18/20] IB/hfi1: Fix unbalanced braces around else

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Apr 09, 2017 at 10:17:18AM -0700, Dennis Dalessandro wrote:
> Add missing braces around else blocks in a few places to make checkpatch
> happy.
>
> Fixes: 7724105686e7 ("IB/hfi1: add driver files")
> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
> ---
>  drivers/infiniband/hw/hfi1/chip.c |    4 ++--
>  drivers/infiniband/hw/hfi1/init.c |    6 ++++--
>  2 files changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/infiniband/hw/hfi1/chip.c b/drivers/infiniband/hw/hfi1/chip.c
> index c0cfcd1..19fab90 100644
> --- a/drivers/infiniband/hw/hfi1/chip.c
> +++ b/drivers/infiniband/hw/hfi1/chip.c
> @@ -8147,10 +8147,10 @@ static irqreturn_t sdma_interrupt(int irq, void *data)
>
>  		/* handle the interrupt(s) */
>  		sdma_engine_interrupt(sde, status);
> -	} else
> +	} else {
>  		dd_dev_err(dd, "SDMA engine %u interrupt, but no status bits set\n",
>  			   sde->this_idx);

Not relevant to this patch, but interesting to hear. Does such error
print produce dmesg storm in case of error or this is one time failure?

Thanks

> -
> +	}
>  	return IRQ_HANDLED;
>  }
>
> diff --git a/drivers/infiniband/hw/hfi1/init.c b/drivers/infiniband/hw/hfi1/init.c
> index 838d3a8..e9b33c8 100644
> --- a/drivers/infiniband/hw/hfi1/init.c
> +++ b/drivers/infiniband/hw/hfi1/init.c
> @@ -245,9 +245,10 @@ struct hfi1_ctxtdata *hfi1_create_ctxtdata(struct hfi1_pportdata *ppd, u32 ctxt,
>  			if (ctxt < kctxt_ngroups) {
>  				base = ctxt * (dd->rcv_entries.ngroups + 1);
>  				rcd->rcv_array_groups++;
> -			} else
> +			} else {
>  				base = kctxt_ngroups +
>  					(ctxt * dd->rcv_entries.ngroups);
> +			}
>  		} else {
>  			u16 ct = ctxt - dd->first_user_ctxt;
>
> @@ -256,9 +257,10 @@ struct hfi1_ctxtdata *hfi1_create_ctxtdata(struct hfi1_pportdata *ppd, u32 ctxt,
>  			if (ct < dd->rcv_entries.nctxt_extra) {
>  				base += ct * (dd->rcv_entries.ngroups + 1);
>  				rcd->rcv_array_groups++;
> -			} else
> +			} else {
>  				base += dd->rcv_entries.nctxt_extra +
>  					(ct * dd->rcv_entries.ngroups);
> +			}
>  		}
>  		rcd->eager_base = base * dd->rcv_entries.group_size;
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux