summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-09-14 21:28:56 +0000
committereadler <eadler@FreeBSD.org>2012-09-14 21:28:56 +0000
commit8600cbb5b6ebb06db859c9e2c76d07be50b8ff6a (patch)
tree401383202e1fe7eae704c88c267d4db81d5f9e42 /sys/dev
parenta06756dafd4a9ec683a791e05584f7f4184c6ec6 (diff)
downloadFreeBSD-src-8600cbb5b6ebb06db859c9e2c76d07be50b8ff6a.zip
FreeBSD-src-8600cbb5b6ebb06db859c9e2c76d07be50b8ff6a.tar.gz
Correct double "the the"
Approved by: cperciva MFC after: 3 days
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c2
-rw-r--r--sys/dev/buslogic/bt.c2
-rw-r--r--sys/dev/e1000/e1000_82575.c2
-rw-r--r--sys/dev/e1000/e1000_ich8lan.c2
-rw-r--r--sys/dev/isci/scil/sati.c2
-rw-r--r--sys/dev/isci/scil/sati_callbacks.h2
-rw-r--r--sys/dev/isci/scil/sci_base_controller.h2
-rw-r--r--sys/dev/isci/scil/sci_base_domain.h2
-rw-r--r--sys/dev/isci/scil/sci_base_phy.h2
-rw-r--r--sys/dev/isci/scil/sci_base_remote_device.h2
-rw-r--r--sys/dev/isci/scil/scic_io_request.h4
-rw-r--r--sys/dev/isci/scil/scic_sds_phy.c2
-rw-r--r--sys/dev/isci/scil/scic_sds_port.h2
-rw-r--r--sys/dev/isci/scil/scic_sds_remote_node_context.h2
-rw-r--r--sys/dev/isci/scil/scic_sds_request.c2
-rw-r--r--sys/dev/isci/scil/scu_bios_definitions.h8
-rw-r--r--sys/dev/isp/isp_freebsd.c2
-rw-r--r--sys/dev/mps/mps_sas.c4
18 files changed, 23 insertions, 23 deletions
diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c
index ee209ca..679ebe2 100644
--- a/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c
+++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c
@@ -82,7 +82,7 @@ static cn_ungrab_t aju_cnungrab;
/*
* I/O routines lifted from Deimos. This is not only MIPS-specific, but also
- * BERI-specific, as we're hard coding the the address at which we expect to
+ * BERI-specific, as we're hard coding the address at which we expect to
* find the Altera JTAG UART and using it unconditionally. We use these
* low-level routines so that we can perform console I/O long before newbus
* has initialised and devices have attached. The TTY layer of the driver
diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c
index 88d152f..f2504b8 100644
--- a/sys/dev/buslogic/bt.c
+++ b/sys/dev/buslogic/bt.c
@@ -1945,7 +1945,7 @@ bt_cmd(struct bt_softc *bt, bt_op_t opcode, u_int8_t *params, u_int param_len,
bt_outb(bt, COMMAND_REG, opcode);
/*
- * Wait for up to 1sec for each byte of the the
+ * Wait for up to 1sec for each byte of the
* parameter list sent to be sent.
*/
timeout = 10000;
diff --git a/sys/dev/e1000/e1000_82575.c b/sys/dev/e1000/e1000_82575.c
index a04e3fa..a0d48b3 100644
--- a/sys/dev/e1000/e1000_82575.c
+++ b/sys/dev/e1000/e1000_82575.c
@@ -2280,7 +2280,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/e1000/e1000_ich8lan.c b/sys/dev/e1000/e1000_ich8lan.c
index 98aefc4..906ce85 100644
--- a/sys/dev/e1000/e1000_ich8lan.c
+++ b/sys/dev/e1000/e1000_ich8lan.c
@@ -3228,7 +3228,7 @@ out:
* @hw: pointer to the HW structure
*
* ICH8 use the PCI Express bus, but does not contain a PCI Express Capability
- * register, so the the bus width is hard coded.
+ * register, so the bus width is hard coded.
**/
static s32 e1000_get_bus_info_ich8lan(struct e1000_hw *hw)
{
diff --git a/sys/dev/isci/scil/sati.c b/sys/dev/isci/scil/sati.c
index 299aa94..57df757 100644
--- a/sys/dev/isci/scil/sati.c
+++ b/sys/dev/isci/scil/sati.c
@@ -1236,7 +1236,7 @@ void sati_sequence_terminate(
)
{
// Decode the sequence type to determine how to handle the termination
- // of the the translation method.
+ // of the translation method.
switch (sequence->type)
{
case SATI_SEQUENCE_UNMAP:
diff --git a/sys/dev/isci/scil/sati_callbacks.h b/sys/dev/isci/scil/sati_callbacks.h
index 61dad4d..e6cd57f 100644
--- a/sys/dev/isci/scil/sati_callbacks.h
+++ b/sys/dev/isci/scil/sati_callbacks.h
@@ -153,7 +153,7 @@ void sati_cb_get_data_byte(
);
/**
- * @brief This callback method gets the the task type for the SCSI task
+ * @brief This callback method gets the task type for the SCSI task
* request.
*
* @param[in] scsi_task This parameter specifies the user's SCSI Task request.
diff --git a/sys/dev/isci/scil/sci_base_controller.h b/sys/dev/isci/scil/sci_base_controller.h
index 5436840..cdf38a1 100644
--- a/sys/dev/isci/scil/sci_base_controller.h
+++ b/sys/dev/isci/scil/sci_base_controller.h
@@ -113,7 +113,7 @@ typedef enum _SCI_BASE_CONTROLLER_STATES
SCI_BASE_CONTROLLER_STATE_INITIALIZED,
/**
- * This state indicates the the controller is in the process of becoming
+ * This state indicates the controller is in the process of becoming
* ready (i.e. starting). In this state no new IO operations are permitted.
* This state is entered from the INITIALIZED state.
*/
diff --git a/sys/dev/isci/scil/sci_base_domain.h b/sys/dev/isci/scil/sci_base_domain.h
index efe0f2b..537c8ff 100644
--- a/sys/dev/isci/scil/sci_base_domain.h
+++ b/sys/dev/isci/scil/sci_base_domain.h
@@ -92,7 +92,7 @@ typedef enum _SCI_BASE_DOMAIN_STATES
SCI_BASE_DOMAIN_STATE_STARTING,
/**
- * This state indicates the the domain is now ready. Thus, the user
+ * This state indicates the domain is now ready. Thus, the user
* is able to perform IO operations to remote devices in this domain.
* This state is entered from the STOPPED state.
* This state is entered from the STOPPING state.
diff --git a/sys/dev/isci/scil/sci_base_phy.h b/sys/dev/isci/scil/sci_base_phy.h
index 09e5786..141b47a 100644
--- a/sys/dev/isci/scil/sci_base_phy.h
+++ b/sys/dev/isci/scil/sci_base_phy.h
@@ -102,7 +102,7 @@ typedef enum _SCI_BASE_PHY_STATES
SCI_BASE_PHY_STATE_STARTING,
/**
- * This state indicates the the phy is now ready. Thus, the user
+ * This state indicates the phy is now ready. Thus, the user
* is able to perform IO operations utilizing this phy as long as it
* is currently part of a valid port.
* This state is entered from the STARTING state.
diff --git a/sys/dev/isci/scil/sci_base_remote_device.h b/sys/dev/isci/scil/sci_base_remote_device.h
index 95870f3..9c220f2 100644
--- a/sys/dev/isci/scil/sci_base_remote_device.h
+++ b/sys/dev/isci/scil/sci_base_remote_device.h
@@ -93,7 +93,7 @@ typedef enum _SCI_BASE_REMOTE_DEVICE_STATES
SCI_BASE_REMOTE_DEVICE_STATE_STOPPED,
/**
- * This state indicates the the remote device is in the process of
+ * This state indicates the remote device is in the process of
* becoming ready (i.e. starting). In this state no new IO operations
* are permitted.
* This state is entered from the STOPPED state.
diff --git a/sys/dev/isci/scil/scic_io_request.h b/sys/dev/isci/scil/scic_io_request.h
index ee1405e..ec1ab32 100644
--- a/sys/dev/isci/scil/scic_io_request.h
+++ b/sys/dev/isci/scil/scic_io_request.h
@@ -260,12 +260,12 @@ typedef struct SCIC_SMP_PASSTHRU_REQUEST_CALLBACKS
*/
U8 (* scic_cb_smp_passthru_get_frame_type) ( void *);
/**
- * Function pointer to get the function in the the smp request
+ * Function pointer to get the function in the smp request
*/
U8 (* scic_cb_smp_passthru_get_function) ( void * );
/**
- * Function pointer to get the "allocated response length" in the the smp request
+ * Function pointer to get the "allocated response length" in the smp request
*/
U8 (* scic_cb_smp_passthru_get_allocated_response_length) ( void * );
diff --git a/sys/dev/isci/scil/scic_sds_phy.c b/sys/dev/isci/scil/scic_sds_phy.c
index f53ab3d..bc73821 100644
--- a/sys/dev/isci/scil/scic_sds_phy.c
+++ b/sys/dev/isci/scil/scic_sds_phy.c
@@ -658,7 +658,7 @@ void scic_sds_phy_construct(
// Clear out the error counter data
memset(this_phy->error_counter, 0, sizeof(this_phy->error_counter));
- // Initialize the the substate machines
+ // Initialize the substate machines
sci_base_state_machine_construct(
&this_phy->starting_substate_machine,
&this_phy->parent.parent,
diff --git a/sys/dev/isci/scil/scic_sds_port.h b/sys/dev/isci/scil/scic_sds_port.h
index c9ac9c4..b07997b 100644
--- a/sys/dev/isci/scil/scic_sds_port.h
+++ b/sys/dev/isci/scil/scic_sds_port.h
@@ -109,7 +109,7 @@ struct SCIC_SDS_REQUEST;
/**
* @struct SCIC_SDS_PORT
*
- * The core port object provides the the abstraction for an SCU port.
+ * The core port object provides the abstraction for an SCU port.
*/
typedef struct SCIC_SDS_PORT
{
diff --git a/sys/dev/isci/scil/scic_sds_remote_node_context.h b/sys/dev/isci/scil/scic_sds_remote_node_context.h
index 1e06671..4b4481d 100644
--- a/sys/dev/isci/scil/scic_sds_remote_node_context.h
+++ b/sys/dev/isci/scil/scic_sds_remote_node_context.h
@@ -237,7 +237,7 @@ enum SCIC_SDS_REMOTE_NODE_CONTEXT_DESTINATION_STATE
*
* @brief This structure contains the data associated with the remote
* node context object. The remote node context (RNC) object models
- * the the remote device information necessary to manage the
+ * the remote device information necessary to manage the
* silicon RNC.
*/
typedef struct SCIC_SDS_REMOTE_NODE_CONTEXT
diff --git a/sys/dev/isci/scil/scic_sds_request.c b/sys/dev/isci/scil/scic_sds_request.c
index 020cdf8..f126e58 100644
--- a/sys/dev/isci/scil/scic_sds_request.c
+++ b/sys/dev/isci/scil/scic_sds_request.c
@@ -2679,7 +2679,7 @@ void scic_sds_request_initial_state_enter(
/**
* This method implements the actions taken when entering the
* SCI_BASE_REQUEST_STATE_CONSTRUCTED state.
- * The method sets the state handlers for the the constructed state.
+ * The method sets the state handlers for the constructed state.
*
* @param[in] object The io request object that is to enter the constructed
* state.
diff --git a/sys/dev/isci/scil/scu_bios_definitions.h b/sys/dev/isci/scil/scu_bios_definitions.h
index d0d12b5..67d2ffd 100644
--- a/sys/dev/isci/scil/scu_bios_definitions.h
+++ b/sys/dev/isci/scil/scu_bios_definitions.h
@@ -299,7 +299,7 @@ typedef struct SCI_BIOS_OEM_PARAM_ELEMENT
} sas_address;
/**
- * These are the per PHY equalization settings associated with the the
+ * These are the per PHY equalization settings associated with the
* AFE XCVR Tx Amplitude and Equalization Control Register Set
* (0 thru 3).
*
@@ -496,7 +496,7 @@ typedef struct SCI_BIOS_OEM_PARAM_ELEMENT_v_1_1
} sas_address;
/**
- * These are the per PHY equalization settings associated with the the
+ * These are the per PHY equalization settings associated with the
* AFE XCVR Tx Amplitude and Equalization Control Register Set
* (0 thru 3).
*
@@ -706,7 +706,7 @@ typedef struct SCI_BIOS_OEM_PARAM_ELEMENT_v_1_2
} sas_address;
/**
- * These are the per PHY equalization settings associated with the the
+ * These are the per PHY equalization settings associated with the
* AFE XCVR Tx Amplitude and Equalization Control Register Set
* (0 thru 3).
*
@@ -927,7 +927,7 @@ typedef struct SCI_BIOS_OEM_PARAM_ELEMENT_v_1_3
} sas_address;
/**
- * These are the per PHY equalization settings associated with the the
+ * These are the per PHY equalization settings associated with the
* AFE XCVR Tx Amplitude and Equalization Control Register Set
* (0 thru 3).
*
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 77d45a0..9a24c44 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -1889,7 +1889,7 @@ isp_target_start_ctio(ispsoftc_t *isp, union ccb *ccb, enum Start_Ctio_How how)
* Mode 1, status, no data. Only possible when we are sending status, have
* no data to transfer, and the sense length can fit in the ct7_entry.
*
- * Mode 2, status, no data. We have to use this in the case the the response
+ * Mode 2, status, no data. We have to use this in the case the response
* length won't fit into a ct2_entry_t.
*
* We'll fill out this structure with information as if this were a
diff --git a/sys/dev/mps/mps_sas.c b/sys/dev/mps/mps_sas.c
index dba981e..dcc4c9e 100644
--- a/sys/dev/mps/mps_sas.c
+++ b/sys/dev/mps/mps_sas.c
@@ -360,7 +360,7 @@ mpssas_remove_volume(struct mps_softc *sc, struct mps_command *tm)
mps_printf(sc, "Reset aborted %u commands\n", reply->TerminationCount);
mps_free_reply(sc, tm->cm_reply_data);
- tm->cm_reply = NULL; /* Ensures the the reply won't get re-freed */
+ tm->cm_reply = NULL; /* Ensures the reply won't get re-freed */
mps_printf(sc, "clearing target %u handle 0x%04x\n", targ->tid, handle);
@@ -550,7 +550,7 @@ mpssas_remove_device(struct mps_softc *sc, struct mps_command *tm)
mps_dprint(sc, MPS_INFO, "Reset aborted %u commands\n",
le32toh(reply->TerminationCount));
mps_free_reply(sc, tm->cm_reply_data);
- tm->cm_reply = NULL; /* Ensures the the reply won't get re-freed */
+ tm->cm_reply = NULL; /* Ensures the reply won't get re-freed */
/* Reuse the existing command */
req = (MPI2_SAS_IOUNIT_CONTROL_REQUEST *)tm->cm_req;
OpenPOWER on IntegriCloud