diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
| commit | 6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410 (patch) | |
| tree | 1f08a200604ea39c38fc67b8558b5638a6dfba0d /sys/dev/nxge | |
| parent | ade7b47061ff5015b869ce84896d2381e8bb9799 (diff) | |
Notes
Diffstat (limited to 'sys/dev/nxge')
| -rw-r--r-- | sys/dev/nxge/xgehal/xgehal-device.c | 2 | ||||
| -rw-r--r-- | sys/dev/nxge/xgehal/xgehal-ring-fp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/nxge/xgehal/xgehal-device.c b/sys/dev/nxge/xgehal/xgehal-device.c index 882aaf7bcc44..43f944a9d527 100644 --- a/sys/dev/nxge/xgehal/xgehal-device.c +++ b/sys/dev/nxge/xgehal/xgehal-device.c @@ -4418,7 +4418,7 @@ xge_hal_device_status(xge_hal_device_t *hldev, u64 *hw_status) #ifndef XGE_HAL_HERC_EMULATION /* * Andrew: in PCI 33 mode, the P_PLL is not used, and therefore, - * the the P_PLL_LOCK bit in the adapter_status register will + * the P_PLL_LOCK bit in the adapter_status register will * not be asserted. */ if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_P_PLL_LOCK) && diff --git a/sys/dev/nxge/xgehal/xgehal-ring-fp.c b/sys/dev/nxge/xgehal/xgehal-ring-fp.c index e25a2659f931..349d685a04bb 100644 --- a/sys/dev/nxge/xgehal/xgehal-ring-fp.c +++ b/sys/dev/nxge/xgehal/xgehal-ring-fp.c @@ -801,7 +801,7 @@ xge_hal_ring_dtr_free(xge_hal_channel_h channelh, xge_hal_dtr_h dtrh) * xge_hal_ring_is_next_dtr_completed - Check if the next dtr is completed * @channelh: Channel handle. * - * Checks if the the _next_ completed descriptor is in host memory + * Checks if the _next_ completed descriptor is in host memory * * Returns: XGE_HAL_OK - success. * XGE_HAL_INF_NO_MORE_COMPLETED_DESCRIPTORS - No completed descriptors |
