mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 22:54:11 +08:00
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>
This commit is contained in:
parent
871159515c
commit
50feda2315
@ -92,7 +92,7 @@ struct rvt_ibport {
|
|||||||
/*
|
/*
|
||||||
* The pkey table is allocated and maintained by the driver. Drivers
|
* The pkey table is allocated and maintained by the driver. Drivers
|
||||||
* need to have access to this before registering with rdmav. However
|
* need to have access to this before registering with rdmav. However
|
||||||
* rdmavt will need access to it so drivers need to proviee this during
|
* rdmavt will need access to it so drivers need to provide this during
|
||||||
* the attach port API call.
|
* the attach port API call.
|
||||||
*/
|
*/
|
||||||
u16 *pkey_table;
|
u16 *pkey_table;
|
||||||
@ -230,7 +230,7 @@ struct rvt_driver_provided {
|
|||||||
void (*do_send)(struct rvt_qp *qp);
|
void (*do_send)(struct rvt_qp *qp);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Returns a pointer to the undelying hardware's PCI device. This is
|
* Returns a pointer to the underlying hardware's PCI device. This is
|
||||||
* used to display information as to what hardware is being referenced
|
* used to display information as to what hardware is being referenced
|
||||||
* in an output message
|
* in an output message
|
||||||
*/
|
*/
|
||||||
@ -257,7 +257,7 @@ struct rvt_driver_provided {
|
|||||||
void (*qp_priv_free)(struct rvt_dev_info *rdi, struct rvt_qp *qp);
|
void (*qp_priv_free)(struct rvt_dev_info *rdi, struct rvt_qp *qp);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Inform the driver the particular qp in quesiton has been reset so
|
* Inform the driver the particular qp in question has been reset so
|
||||||
* that it can clean up anything it needs to.
|
* that it can clean up anything it needs to.
|
||||||
*/
|
*/
|
||||||
void (*notify_qp_reset)(struct rvt_qp *qp);
|
void (*notify_qp_reset)(struct rvt_qp *qp);
|
||||||
@ -281,7 +281,7 @@ struct rvt_driver_provided {
|
|||||||
void (*stop_send_queue)(struct rvt_qp *qp);
|
void (*stop_send_queue)(struct rvt_qp *qp);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Have the drivr drain any in progress operations
|
* Have the driver drain any in progress operations
|
||||||
*/
|
*/
|
||||||
void (*quiesce_qp)(struct rvt_qp *qp);
|
void (*quiesce_qp)(struct rvt_qp *qp);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user