diff options
author | Jon Mason <jon.mason@intel.com> | 2013-07-30 01:46:43 +0200 |
---|---|---|
committer | Jon Mason <jon.mason@intel.com> | 2013-09-05 20:08:00 +0200 |
commit | f9a2cf890b8e6c0a4ce510593f6f3c58394dbcae (patch) | |
tree | dde0d736efa69a0b1b21042688c846deac77f8d1 /drivers/ntb/ntb_transport.c | |
parent | NTB: Remove unused variable (diff) | |
download | linux-f9a2cf890b8e6c0a4ce510593f6f3c58394dbcae.tar.xz linux-f9a2cf890b8e6c0a4ce510593f6f3c58394dbcae.zip |
NTB: Comment Fix
Add "data" ntb_register_db_callback parameter description comment and
correct poor spelling.
Signed-off-by: Jon Mason <jon.mason@intel.com>
Diffstat (limited to 'drivers/ntb/ntb_transport.c')
-rw-r--r-- | drivers/ntb/ntb_transport.c | 4 |
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); * @len: length of the data buffer * * Enqueue a new transmit buffer onto the transport queue from which a NTB - * payload will be transmitted. This assumes that a lock is behing held to + * payload will be transmitted. This assumes that a lock is being held to * serialize access to the qp. * * RETURNS: An appropriate -ERRNO error value on error, or zero for success. @@ -1641,7 +1641,7 @@ EXPORT_SYMBOL_GPL(ntb_transport_link_up); * * Notify NTB transport layer of client's desire to no longer receive data on * transport queue specified. It is the client's responsibility to ensure all - * entries on queue are purged or otherwise handled appropraitely. + * entries on queue are purged or otherwise handled appropriately. */ void ntb_transport_link_down(struct ntb_transport_qp *qp) { |