-- 
Thanks,
Oliver
commit 1621e01cc28c34c3f17169011bb2750d89f9ebb5
Author: Oliver Pinter <[EMAIL PROTECTED]>
Commit: Oliver Pinter <[EMAIL PROTECTED]>

    [typo fix] drivers/infiniband/ulp/iser/iser_verbs.c
    
    typo fix in drivers/infiniband/ulp/iser/iser_verbs.c
    foo-destory -> foo-destroy
    
    Signed-off-by: Oliver Pinter <[EMAIL PROTECTED]>

diff --git a/drivers/infiniband/ulp/iser/iser_verbs.c b/drivers/infiniband/ulp/iser/iser_verbs.c
index 654a4dc..91b2b39 100644
--- a/drivers/infiniband/ulp/iser/iser_verbs.c
+++ b/drivers/infiniband/ulp/iser/iser_verbs.c
@@ -105,7 +105,7 @@ pd_err:
 }
 
 /**
- * iser_free_device_ib_res - destory/dealloc/dereg the DMA MR,
+ * iser_free_device_ib_res - destroy/dealloc/dereg the DMA MR,
  * CQ and PD created with the device associated with the adapator.
  */
 static void iser_free_device_ib_res(struct iser_device *device)

Reply via email to