aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2018-10-28 21:04:00 +0200
committerDoug Ledford <dledford@redhat.com>2018-11-06 16:27:38 -0500
commitce1fd6bfb15da135158e93a0ee4c0540cd26b43c (patch)
tree9c152368d63e382ea5950a4369589af456c65eb7
parentrxe: fix error completion wr_id and qp_num (diff)
downloadlinux-dev-ce1fd6bfb15da135158e93a0ee4c0540cd26b43c.tar.xz
linux-dev-ce1fd6bfb15da135158e93a0ee4c0540cd26b43c.zip
IB/uverbs: fix a typo
This patch fixes a typo in include/rdma/ib_verbs.h. See: https://www.merriam-webster.com/dictionary/lieu Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r--include/rdma/ib_verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 9c0c2132a2d6..bb63d9f75fdd 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -2301,7 +2301,7 @@ struct ib_device {
* index - Updated the single counter pointed to by index
* num_counters - Updated all counters (will reset the timestamp
* and prevent further calls for lifespan milliseconds)
- * Drivers are allowed to update all counters in leiu of just the
+ * Drivers are allowed to update all counters in lieu of just the
* one given in index at their option
*/
int (*get_hw_stats)(struct ib_device *device,