aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vxge/vxgehal/vxgehal-virtualpath.c')
-rw-r--r--sys/dev/vxge/vxgehal/vxgehal-virtualpath.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c b/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c
index ac51b9763195..c4067e984a5a 100644
--- a/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c
+++ b/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c
@@ -2899,7 +2899,7 @@ vxge_hal_vpath_rts_rth_get(vxge_hal_vpath_h vpath_handle,
*
* @vpath_handle: Virtual Path ahandle.
* @KeySize: Number of 64-bit words
- * @Key: upto 40-byte array of 64-bit values
+ * @Key: up to 40-byte array of 64-bit values
* This function configures the 40-byte secret which is used for hash
* calculation.
*
@@ -7532,7 +7532,7 @@ vxge_hal_vpath_msix_unmask_all(vxge_hal_vpath_h vpath_handle)
* vxge_hal_vpath_poll_rx - Poll Rx Virtual Path for completed
* descriptors and process the same.
* @vpath_handle: Virtual Path ahandle.
- * @got_rx: Buffer to return the flag set if receive interrupt is occured
+ * @got_rx: Buffer to return the flag set if receive interrupt is occurred
*
* The function polls the Rx for the completed descriptors and calls
* the upper-layer driver (ULD) via supplied completion callback.
@@ -7597,7 +7597,7 @@ vxge_hal_vpath_poll_rx(vxge_hal_vpath_h vpath_handle, u32 *got_rx)
* vxge_hal_vpath_poll_tx - Poll Tx for completed descriptors and process
* the same.
* @vpath_handle: Virtual Path ahandle.
- * @got_tx: Buffer to return the flag set if transmit interrupt is occured
+ * @got_tx: Buffer to return the flag set if transmit interrupt is occurred
*
* The function polls the Tx for the completed descriptors and calls
* the upper-layer driver (ULD) via supplied completion callback.