Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1411238 > unrolled thread
| Started by | Dennis Dalessandro <dennis.dalessandro@intel.com> |
|---|---|
| First post | 2016-06-01 15:50 +0200 |
| Last post | 2016-06-01 15:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [patch] IB/hfi1: fix some indenting Dennis Dalessandro <dennis.dalessandro@intel.com> - 2016-06-01 15:50 +0200
| From | Dennis Dalessandro <dennis.dalessandro@intel.com> |
|---|---|
| Date | 2016-06-01 15:50 +0200 |
| Subject | Re: [patch] IB/hfi1: fix some indenting |
| Message-ID | <rFeH0-BQ-27@gated-at.bofh.it> |
On Sat, May 28, 2016 at 08:01:20AM +0300, Dan Carpenter wrote:
>That extra tabs are misleading.
>
>Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
>
>diff --git a/drivers/infiniband/hw/hfi1/init.c b/drivers/infiniband/hw/hfi1/init.c
>index 5cc492e..0d28a5a 100644
>--- a/drivers/infiniband/hw/hfi1/init.c
>+++ b/drivers/infiniband/hw/hfi1/init.c
>@@ -1337,7 +1337,7 @@ static void cleanup_device_data(struct hfi1_devdata *dd)
> dma_free_coherent(&dd->pcidev->dev, sizeof(u64),
> (void *)dd->rcvhdrtail_dummy_kvaddr,
> dd->rcvhdrtail_dummy_physaddr);
>- dd->rcvhdrtail_dummy_kvaddr = NULL;
>+ dd->rcvhdrtail_dummy_kvaddr = NULL;
> }
>
> for (ctxt = 0; tmp && ctxt < dd->num_rcv_contexts; ctxt++) {
Acked-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Back to top | Article view | linux.kernel
csiph-web