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

Configure Feed

Select the types of activity you want to include in your feed.

RDMA/include: Mundane typo fixes throughout the file

s/proviee/provide/
s/undelying/underlying/
s/quesiton/question/
s/drivr/driver/

Link: https://lore.kernel.org/r/20210318100453.9759-1-unixbhaskar@gmail.com
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>

authored by

Bhaskar Chowdhury and committed by
Jason Gunthorpe
50feda23 87115951

+4 -4
+4 -4
include/rdma/rdma_vt.h
··· 92 92 /* 93 93 * The pkey table is allocated and maintained by the driver. Drivers 94 94 * need to have access to this before registering with rdmav. However 95 - * rdmavt will need access to it so drivers need to proviee this during 95 + * rdmavt will need access to it so drivers need to provide this during 96 96 * the attach port API call. 97 97 */ 98 98 u16 *pkey_table; ··· 230 230 void (*do_send)(struct rvt_qp *qp); 231 231 232 232 /* 233 - * Returns a pointer to the undelying hardware's PCI device. This is 233 + * Returns a pointer to the underlying hardware's PCI device. This is 234 234 * used to display information as to what hardware is being referenced 235 235 * in an output message 236 236 */ ··· 257 257 void (*qp_priv_free)(struct rvt_dev_info *rdi, struct rvt_qp *qp); 258 258 259 259 /* 260 - * Inform the driver the particular qp in quesiton has been reset so 260 + * Inform the driver the particular qp in question has been reset so 261 261 * that it can clean up anything it needs to. 262 262 */ 263 263 void (*notify_qp_reset)(struct rvt_qp *qp); ··· 281 281 void (*stop_send_queue)(struct rvt_qp *qp); 282 282 283 283 /* 284 - * Have the drivr drain any in progress operations 284 + * Have the driver drain any in progress operations 285 285 */ 286 286 void (*quiesce_qp)(struct rvt_qp *qp); 287 287