RDMA/restrack: Fix typos in the comments

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>
This commit is contained in:
Kalesh AP 2025-11-13 16:24:57 +05:30 committed by Leon Romanovsky
parent a49a9f4555
commit d43358cda7
1 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ void rdma_restrack_new(struct rdma_restrack_entry *res,
EXPORT_SYMBOL(rdma_restrack_new); 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 * @res: resource entry
*/ */
void rdma_restrack_add(struct rdma_restrack_entry *res) 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); 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 * @res: resource entry
*/ */
void rdma_restrack_del(struct rdma_restrack_entry *res) void rdma_restrack_del(struct rdma_restrack_entry *res)