Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kalesh AP and committed by
Leon Romanovsky
d43358cd a49a9f45

+2 -2
+2 -2
drivers/infiniband/core/restrack.c
··· 175 175 EXPORT_SYMBOL(rdma_restrack_new); 176 176 177 177 /** 178 - * rdma_restrack_add() - add object to the reource tracking database 178 + * rdma_restrack_add() - add object to the resource tracking database 179 179 * @res: resource entry 180 180 */ 181 181 void rdma_restrack_add(struct rdma_restrack_entry *res) ··· 277 277 EXPORT_SYMBOL(rdma_restrack_put); 278 278 279 279 /** 280 - * rdma_restrack_del() - delete object from the reource tracking database 280 + * rdma_restrack_del() - delete object from the resource tracking database 281 281 * @res: resource entry 282 282 */ 283 283 void rdma_restrack_del(struct rdma_restrack_entry *res)