aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb_transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ntb/ntb_transport.c')
-rw-r--r--drivers/ntb/ntb_transport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ntb/ntb_transport.c b/drivers/ntb/ntb_transport.c
index 90ec17f0c6eb..12a9e83c008b 100644
--- a/drivers/ntb/ntb_transport.c
+++ b/drivers/ntb/ntb_transport.c
@@ -1583,7 +1583,7 @@ EXPORT_SYMBOL_GPL(ntb_transport_rx_enqueue);
1583 * @len: length of the data buffer 1583 * @len: length of the data buffer
1584 * 1584 *
1585 * Enqueue a new transmit buffer onto the transport queue from which a NTB 1585 * Enqueue a new transmit buffer onto the transport queue from which a NTB
1586 * payload will be transmitted. This assumes that a lock is behing held to 1586 * payload will be transmitted. This assumes that a lock is being held to
1587 * serialize access to the qp. 1587 * serialize access to the qp.
1588 * 1588 *
1589 * RETURNS: An appropriate -ERRNO error value on error, or zero for success. 1589 * RETURNS: An appropriate -ERRNO error value on error, or zero for success.
@@ -1641,7 +1641,7 @@ EXPORT_SYMBOL_GPL(ntb_transport_link_up);
1641 * 1641 *
1642 * Notify NTB transport layer of client's desire to no longer receive data on 1642 * Notify NTB transport layer of client's desire to no longer receive data on
1643 * transport queue specified. It is the client's responsibility to ensure all 1643 * transport queue specified. It is the client's responsibility to ensure all
1644 * entries on queue are purged or otherwise handled appropraitely. 1644 * entries on queue are purged or otherwise handled appropriately.
1645 */ 1645 */
1646void ntb_transport_link_down(struct ntb_transport_qp *qp) 1646void ntb_transport_link_down(struct ntb_transport_qp *qp)
1647{ 1647{