summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rwxr-xr-xsys/boot/powerpc/boot1.chrp/generate-hfs.sh2
-rw-r--r--sys/dev/ath/ath_dfs/null/dfs_null.c2
-rw-r--r--sys/dev/bxe/bxe_link.c4
-rw-r--r--sys/dev/e1000/e1000_82575.c2
-rw-r--r--sys/dev/isp/DriverManual.txt4
-rw-r--r--sys/dev/vxge/include/vxgehal-config.h2
-rw-r--r--sys/dev/vxge/include/vxgehal-ll.h2
-rw-r--r--sys/dev/vxge/vxgehal/vxgehal-ring.c2
-rw-r--r--sys/mips/nlm/cms.c2
-rw-r--r--sys/netinet/ipfw/dummynet.txt2
-rw-r--r--sys/ofed/drivers/infiniband/ulp/sdp/Kconfig2
11 files changed, 13 insertions, 13 deletions
diff --git a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh b/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
index ab5694d..2ed6f38 100755
--- a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
+++ b/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
@@ -29,7 +29,7 @@ hmkdir ppc
hattrib -b ppc
hcd ppc
-# Make two dummy files for the the CHRP boot script and boot1
+# Make two dummy files for the CHRP boot script and boot1
echo 'Bootinfo START' | dd of=bootinfo.txt.tmp cbs=$CHRPBOOT_SIZE count=1 conv=block
echo 'Boot1 START' | dd of=boot1.elf.tmp cbs=$BOOT1_SIZE count=1 conv=block
diff --git a/sys/dev/ath/ath_dfs/null/dfs_null.c b/sys/dev/ath/ath_dfs/null/dfs_null.c
index a3bae91..75574b4 100644
--- a/sys/dev/ath/ath_dfs/null/dfs_null.c
+++ b/sys/dev/ath/ath_dfs/null/dfs_null.c
@@ -128,7 +128,7 @@ ath_dfs_process_radar_event(struct ath_softc *sc,
}
/*
- * Determine whether the the DFS check task needs to be queued.
+ * Determine whether the DFS check task needs to be queued.
*
* This is called in the RX task when the current batch of packets
* have been received. It will return whether there are any radar
diff --git a/sys/dev/bxe/bxe_link.c b/sys/dev/bxe/bxe_link.c
index 8adc87e..a83f698 100644
--- a/sys/dev/bxe/bxe_link.c
+++ b/sys/dev/bxe/bxe_link.c
@@ -2586,7 +2586,7 @@ bxe_8726_read_sfp_module_eeprom(struct link_params *params, uint16_t addr,
if (byte_cnt > 16) {
DBPRINT(sc, BXE_VERBOSE_PHY,
- "Reading from eeprom is is limited to 0xf\n");
+ "Reading from eeprom is limited to 0xf\n");
return (-EINVAL);
}
/* Set the read command byte count. */
@@ -2655,7 +2655,7 @@ bxe_8727_read_sfp_module_eeprom(struct link_params *params, uint16_t addr,
if (byte_cnt > 16) {
DBPRINT(sc, BXE_VERBOSE_PHY,
- "Reading from eeprom is is limited to 0xf\n");
+ "Reading from eeprom is limited to 0xf\n");
return (-EINVAL);
}
diff --git a/sys/dev/e1000/e1000_82575.c b/sys/dev/e1000/e1000_82575.c
index 7257d15..8407f7c 100644
--- a/sys/dev/e1000/e1000_82575.c
+++ b/sys/dev/e1000/e1000_82575.c
@@ -1983,7 +1983,7 @@ out:
* e1000_reset_mdicnfg_82580 - Reset MDICNFG destination and com_mdio bits
* @hw: pointer to the HW structure
*
- * This resets the the MDICNFG.Destination and MDICNFG.Com_MDIO bits based on
+ * This resets the MDICNFG.Destination and MDICNFG.Com_MDIO bits based on
* the values found in the EEPROM. This addresses an issue in which these
* bits are not restored from EEPROM after reset.
**/
diff --git a/sys/dev/isp/DriverManual.txt b/sys/dev/isp/DriverManual.txt
index ea1968f..0ed5a1b 100644
--- a/sys/dev/isp/DriverManual.txt
+++ b/sys/dev/isp/DriverManual.txt
@@ -165,7 +165,7 @@ and saves the QLogic HBA from having to write a response queue entry).
The QLogic HBA is an interrupting card, and when servicing an interrupt
you really only have to check for either a mailbox interrupt or an
-interrupt notification that the the response queue has an entry to
+interrupt notification that the response queue has an entry to
be dequeued.
4.3 Fibre Channel SCSI out of SCSI
@@ -327,7 +327,7 @@ here in clarifying some of this.
A succesful execution of isp_init will lead to the driver 'registering'
itself with this platform's SCSI subsystem. One assumed action for this
-is the registry of a function the the SCSI subsystem for this platform
+is the registry of a function the SCSI subsystem for this platform
will call when it has a SCSI command to run.
The platform specific module function that receives this will do whatever
diff --git a/sys/dev/vxge/include/vxgehal-config.h b/sys/dev/vxge/include/vxgehal-config.h
index f2d8ed3..7f5c6db 100644
--- a/sys/dev/vxge/include/vxgehal-config.h
+++ b/sys/dev/vxge/include/vxgehal-config.h
@@ -1665,7 +1665,7 @@ typedef struct vxge_hal_mrpcim_config_t {
* the interrupt is triggered.
* @rtimer_event_sf: Restriction Timer Event Scale Factor. A scale factor that
* is to be applied to the current event count before it is added
- * to the restriction timer value when the the restriction timer
+ * to the restriction timer value when the restriction timer
* is started.
* The scale factor is applied as a right or left shift to multiply
* or divide by the event count. The programmable values are as
diff --git a/sys/dev/vxge/include/vxgehal-ll.h b/sys/dev/vxge/include/vxgehal-ll.h
index 9fc416f..85a95d4 100644
--- a/sys/dev/vxge/include/vxgehal-ll.h
+++ b/sys/dev/vxge/include/vxgehal-ll.h
@@ -1590,7 +1590,7 @@ vxge_hal_ring_rxd_post(
* vxge_hal_ring_is_next_rxd_completed - Check if the next rxd is completed
* @vpath_handle: Virtual Path handle.
*
- * Checks if the the _next_ completed descriptor is in host memory
+ * Checks if the _next_ completed descriptor is in host memory
*
* Returns: VXGE_HAL_OK - success.
* VXGE_HAL_INF_NO_MORE_COMPLETED_DESCRIPTORS - No completed descriptors
diff --git a/sys/dev/vxge/vxgehal/vxgehal-ring.c b/sys/dev/vxge/vxgehal/vxgehal-ring.c
index bcfa078..1cefb3d 100644
--- a/sys/dev/vxge/vxgehal/vxgehal-ring.c
+++ b/sys/dev/vxge/vxgehal/vxgehal-ring.c
@@ -1339,7 +1339,7 @@ vxge_hal_ring_rxd_post_post_db(
* vxge_hal_ring_is_next_rxd_completed - Check if the next rxd is completed
* @vpath_handle: Virtual Path handle.
*
- * Checks if the the _next_ completed descriptor is in host memory
+ * Checks if the _next_ completed descriptor is in host memory
*
* Returns: VXGE_HAL_OK - success.
* VXGE_HAL_INF_NO_MORE_COMPLETED_DESCRIPTORS - No completed descriptors
diff --git a/sys/mips/nlm/cms.c b/sys/mips/nlm/cms.c
index 043d588..a991add 100644
--- a/sys/mips/nlm/cms.c
+++ b/sys/mips/nlm/cms.c
@@ -82,7 +82,7 @@ static struct msgring_thread msgring_threads[XLP_MAX_CORES * XLP_MAX_THREADS];
static struct proc *msgring_proc; /* all threads are under a proc */
/*
- * The device drivers can register a handler for the the messages sent
+ * The device drivers can register a handler for the messages sent
* from a station (corresponding to the device).
*/
struct tx_stn_handler {
diff --git a/sys/netinet/ipfw/dummynet.txt b/sys/netinet/ipfw/dummynet.txt
index 0ed6ad1..3a1efde 100644
--- a/sys/netinet/ipfw/dummynet.txt
+++ b/sys/netinet/ipfw/dummynet.txt
@@ -325,7 +325,7 @@ we do the following:
dummynet_task()
===============
-The dummynet_task() is the the main dummynet processing function and is
+The dummynet_task() is the main dummynet processing function and is
called every tick. This function first calculate the new current time, then
it checks if it is the time to wake up object from the system_heap comparing
the current time and the key of the heap. Two types of object (really the
diff --git a/sys/ofed/drivers/infiniband/ulp/sdp/Kconfig b/sys/ofed/drivers/infiniband/ulp/sdp/Kconfig
index b5fadf4..551454f 100644
--- a/sys/ofed/drivers/infiniband/ulp/sdp/Kconfig
+++ b/sys/ofed/drivers/infiniband/ulp/sdp/Kconfig
@@ -21,7 +21,7 @@ config INFINIBAND_SDP_DEBUG_DATA
bool "Sockets Direct Protocol data path debugging"
depends on INFINIBAND_SDP_DEBUG
---help---
- This option compiles debugging code into the the data path
+ This option compiles debugging code into the data path
of the SDP driver. The output can be turned on via the
data_debug_level module parameter; however, even with output
turned off, this debugging code will have some performance
OpenPOWER on IntegriCloud