diff options
author | Oliver Pinter <oliver.pntr@gmail.com> | 2008-01-25 14:15:32 -0800 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-01-25 14:15:32 -0800 |
commit | 38dc732f47948b9f91ae846806159a16aab1015f (patch) | |
tree | 146727b7fcbccbee175af48288e085968d0871c3 /drivers | |
parent | bd5d7a8585bb196a03655b25d2ec6395a491cd01 (diff) | |
download | blackbird-obmc-linux-38dc732f47948b9f91ae846806159a16aab1015f.tar.gz blackbird-obmc-linux-38dc732f47948b9f91ae846806159a16aab1015f.zip |
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')
-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: } /** - * 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) |