diff options
author | Oliver Pinter <oliver.pntr@gmail.com> | 2008-01-25 17:15:32 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-01-25 17:15:32 -0500 |
commit | 38dc732f47948b9f91ae846806159a16aab1015f (patch) | |
tree | 146727b7fcbccbee175af48288e085968d0871c3 /drivers/infiniband/ulp | |
parent | bd5d7a8585bb196a03655b25d2ec6395a491cd01 (diff) |
IB/iser: Typo fix (s/destory/destroy/)
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/ulp')
-rw-r--r-- | drivers/infiniband/ulp/iser/iser_verbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/iser/iser_verbs.c b/drivers/infiniband/ulp/iser/iser_verbs.c index 654a4dce0236..91b2b39eb20c 100644 --- a/drivers/infiniband/ulp/iser/iser_verbs.c +++ b/drivers/infiniband/ulp/iser/iser_verbs.c | |||
@@ -105,7 +105,7 @@ pd_err: | |||
105 | } | 105 | } |
106 | 106 | ||
107 | /** | 107 | /** |
108 | * iser_free_device_ib_res - destory/dealloc/dereg the DMA MR, | 108 | * iser_free_device_ib_res - destroy/dealloc/dereg the DMA MR, |
109 | * CQ and PD created with the device associated with the adapator. | 109 | * CQ and PD created with the device associated with the adapator. |
110 | */ | 110 | */ |
111 | static void iser_free_device_ib_res(struct iser_device *device) | 111 | static void iser_free_device_ib_res(struct iser_device *device) |