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

RDMA/core: Fix a couple of obvious typos in comments

Fix typos.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Link: https://lore.kernel.org/r/169643338101.8035.6826446669479247727.stgit@manet.1015granger.net
Signed-off-by: Leon Romanovsky <leon@kernel.org>

authored by

Chuck Lever and committed by
Leon Romanovsky
0aa44595 16419098

+2 -2
+1 -1
drivers/infiniband/core/rw.c
··· 666 666 factor = 1; 667 667 668 668 /* 669 - * If the devices needs MRs to perform RDMA READ or WRITE operations, 669 + * If the device needs MRs to perform RDMA READ or WRITE operations, 670 670 * we'll need two additional MRs for the registrations and the 671 671 * invalidation. 672 672 */
+1 -1
include/rdma/ib_verbs.h
··· 1096 1096 1097 1097 /* 1098 1098 * Maximum number of rdma_rw_ctx structures in flight at a time. 1099 - * ib_create_qp() will calculate the right amount of neededed WRs 1099 + * ib_create_qp() will calculate the right amount of needed WRs 1100 1100 * and MRs based on this. 1101 1101 */ 1102 1102 u32 max_rdma_ctxs;