]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
RDMA/restrack: Fix typos in the comments
authorKalesh AP <kalesh-anakkur.purayil@broadcom.com>
Thu, 13 Nov 2025 10:54:57 +0000 (16:24 +0530)
committerLeon Romanovsky <leon@kernel.org>
Thu, 13 Nov 2025 11:27:39 +0000 (06:27 -0500)
Fix couple of occurrences of the misspelled word "reource"
in the comments with the correct spelling "resource".

Signed-off-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Link: https://patch.msgid.link/20251113105457.879903-1-kalesh-anakkur.purayil@broadcom.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/core/restrack.c

index a7de6f403fcaf6d3f588b3f8504209c4af04bf77..b097cfcade1cbf5e33a57904da19cdaed623e3be 100644 (file)
@@ -175,7 +175,7 @@ void rdma_restrack_new(struct rdma_restrack_entry *res,
 EXPORT_SYMBOL(rdma_restrack_new);
 
 /**
- * rdma_restrack_add() - add object to the reource tracking database
+ * rdma_restrack_add() - add object to the resource tracking database
  * @res:  resource entry
  */
 void rdma_restrack_add(struct rdma_restrack_entry *res)
@@ -277,7 +277,7 @@ int rdma_restrack_put(struct rdma_restrack_entry *res)
 EXPORT_SYMBOL(rdma_restrack_put);
 
 /**
- * rdma_restrack_del() - delete object from the reource tracking database
+ * rdma_restrack_del() - delete object from the resource tracking database
  * @res:  resource entry
  */
 void rdma_restrack_del(struct rdma_restrack_entry *res)