diff options
author | Deming Wang <wangdeming@inspur.com> | 2023-02-06 09:57:25 +0100 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2023-02-07 10:25:10 +0100 |
commit | 68e416255b29c25cbf20018d55849bcb8505c858 (patch) | |
tree | 4030f0103eae25d9424f9eb64736164f34ba2f67 /include/rdma | |
parent | RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish() (diff) | |
download | linux-68e416255b29c25cbf20018d55849bcb8505c858.tar.xz linux-68e416255b29c25cbf20018d55849bcb8505c858.zip |
RDMA/restrack: Correct spelling
Fix spelling errors.
Signed-off-by: Deming Wang <wangdeming@inspur.com>
Link: https://lore.kernel.org/r/20230206085725.1507-1-wangdeming@inspur.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/restrack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rdma/restrack.h b/include/rdma/restrack.h index 79d109c47242..8b7c46daeb07 100644 --- a/include/rdma/restrack.h +++ b/include/rdma/restrack.h @@ -162,8 +162,8 @@ struct rdma_restrack_entry *rdma_restrack_get_byid(struct ib_device *dev, * rdma_restrack_no_track() - don't add resource to the DB * @res: resource entry * - * Every user of thie API should be cross examined. - * Probaby you don't need to use this function. + * Every user of this API should be cross examined. + * Probably you don't need to use this function. */ static inline void rdma_restrack_no_track(struct rdma_restrack_entry *res) { |