aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
committerEitan Adler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
commitcef367e6a15b6e3e2aca88d453c74962cf1f94e7 (patch)
tree39bcd5f2ee01f18547e0b8f8fc9bd18343a1940e /sys
parente34357f56db0e2cbb6843a36ef22bcbf68950ac8 (diff)
downloadsrc-cef367e6a15b6e3e2aca88d453c74962cf1f94e7.tar.gz
src-cef367e6a15b6e3e2aca88d453c74962cf1f94e7.zip
Don't repeat the the word 'the'
(one manual change to fix grammar) Confirmed With: db Approved by: secteam (not really, but this is a comment typo fix)
Notes
Notes: svn path=/head/; revision=300050
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/vmm/io/vhpet.c2
-rw-r--r--sys/arm/allwinner/a10_ahci.c2
-rw-r--r--sys/arm/freescale/imx/imx_sdhci.c2
-rw-r--r--sys/arm/include/asm.h2
-rw-r--r--sys/cam/cam_periph.c2
-rw-r--r--sys/dev/bhnd/bhnd.c2
-rw-r--r--sys/dev/bxe/ecore_hsi.h4
-rw-r--r--sys/dev/drm2/i915/intel_crt.c2
-rw-r--r--sys/dev/drm2/i915/intel_display.c2
-rw-r--r--sys/dev/drm2/radeon/atombios.h4
-rw-r--r--sys/dev/drm2/radeon/r300_reg.h2
-rw-r--r--sys/dev/drm2/radeon/radeon_device.c2
-rw-r--r--sys/dev/drm2/radeon/radeon_fence.c2
-rw-r--r--sys/dev/drm2/radeon/radeon_gart.c2
-rw-r--r--sys/dev/e1000/e1000_82575.c2
-rw-r--r--sys/dev/e1000/e1000_ich8lan.c2
-rw-r--r--sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c2
-rw-r--r--sys/dev/iwm/if_iwmreg.h4
-rw-r--r--sys/dev/netmap/netmap.c2
-rw-r--r--sys/dev/ow/ow.c2
-rw-r--r--sys/dev/pms/RefTisa/sallsdk/spc/mpi.c2
-rw-r--r--sys/dev/pms/RefTisa/sat/src/smsat.c2
-rw-r--r--sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c2
-rw-r--r--sys/dev/random/fortuna.c2
-rw-r--r--sys/dev/sfxge/common/ef10_ev.c2
-rw-r--r--sys/mips/conf/DIR-825C1.hints2
-rw-r--r--sys/net/altq/altq_cbq.c2
-rw-r--r--sys/ofed/drivers/infiniband/debug/memtrack.c2
-rw-r--r--sys/ofed/drivers/infiniband/debug/memtrack.h2
-rw-r--r--sys/ofed/drivers/net/mlx4/main.c2
-rw-r--r--sys/xen/interface/io/blkif.h2
31 files changed, 34 insertions, 34 deletions
diff --git a/sys/amd64/vmm/io/vhpet.c b/sys/amd64/vmm/io/vhpet.c
index 1db1c512d73b..f57f407ba14d 100644
--- a/sys/amd64/vmm/io/vhpet.c
+++ b/sys/amd64/vmm/io/vhpet.c
@@ -163,7 +163,7 @@ vhpet_counter(struct vhpet *vhpet, sbintime_t *nowptr)
/*
* The sbinuptime corresponding to the 'countbase' is
* meaningless when the counter is disabled. Make sure
- * that the the caller doesn't want to use it.
+ * that the caller doesn't want to use it.
*/
KASSERT(nowptr == NULL, ("vhpet_counter: nowptr must be NULL"));
}
diff --git a/sys/arm/allwinner/a10_ahci.c b/sys/arm/allwinner/a10_ahci.c
index 009ef5f1c83a..1b87ed4b2681 100644
--- a/sys/arm/allwinner/a10_ahci.c
+++ b/sys/arm/allwinner/a10_ahci.c
@@ -158,7 +158,7 @@ ahci_a10_phy_reset(device_t dev)
struct ahci_controller *ctlr = device_get_softc(dev);
/*
- * Here start the the magic -- most of the comments are based
+ * Here starts the magic -- most of the comments are based
* on guesswork, names of routines and printf error
* messages. The code works, but it will do that even if the
* comments are 100% BS.
diff --git a/sys/arm/freescale/imx/imx_sdhci.c b/sys/arm/freescale/imx/imx_sdhci.c
index 2dc41dbcafba..e928ba495a6b 100644
--- a/sys/arm/freescale/imx/imx_sdhci.c
+++ b/sys/arm/freescale/imx/imx_sdhci.c
@@ -625,7 +625,7 @@ imx_sdhci_intr(void *arg)
* out of the hardware now so that we can present it later when the DAT0
* line is released.
*
- * If we need to wait for the the DAT0 line to be released, we set up a
+ * If we need to wait for the DAT0 line to be released, we set up a
* timeout point 250ms in the future. This number comes from the SD
* spec, which allows a command to take that long. In the real world,
* cards tend to take 10-20ms for a long-running command such as a write
diff --git a/sys/arm/include/asm.h b/sys/arm/include/asm.h
index c63b7d1ad605..44b9d2b19bb5 100644
--- a/sys/arm/include/asm.h
+++ b/sys/arm/include/asm.h
@@ -79,7 +79,7 @@
/*
* EENTRY()/EEND() mark "extra" entry/exit points from a function.
- * LEENTRY()/LEEND() are the the same for local symbols.
+ * LEENTRY()/LEEND() are the same for local symbols.
* The unwind info cannot handle the concept of a nested function, or a function
* with multiple .fnstart directives, but some of our assembler code is written
* with multiple labels to allow entry at several points. The EENTRY() macro
diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c
index 8f780fd40162..0415643814af 100644
--- a/sys/cam/cam_periph.c
+++ b/sys/cam/cam_periph.c
@@ -844,7 +844,7 @@ cam_periph_mapmem(union ccb *ccb, struct cam_periph_map_info *mapinfo,
}
/*
- * This keeps the the kernel stack of current thread from getting
+ * This keeps the kernel stack of current thread from getting
* swapped. In low-memory situations where the kernel stack might
* otherwise get swapped out, this holds it and allows the thread
* to make progress and release the kernel mapped pages sooner.
diff --git a/sys/dev/bhnd/bhnd.c b/sys/dev/bhnd/bhnd.c
index 34be269e8d2f..11e34ddf36de 100644
--- a/sys/dev/bhnd/bhnd.c
+++ b/sys/dev/bhnd/bhnd.c
@@ -117,7 +117,7 @@ bhnd_generic_attach(device_t dev)
/**
* Default bhnd(4) bus driver implementation of DEVICE_DETACH().
*
- * This implementation calls device_detach() for each of the the device's
+ * This implementation calls device_detach() for each of the device's
* children, in reverse bhnd probe order, terminating if any call to
* device_detach() fails.
*/
diff --git a/sys/dev/bxe/ecore_hsi.h b/sys/dev/bxe/ecore_hsi.h
index d1924a741b03..a3b4c4b5b9f0 100644
--- a/sys/dev/bxe/ecore_hsi.h
+++ b/sys/dev/bxe/ecore_hsi.h
@@ -3709,9 +3709,9 @@ struct cstorm_toe_ag_context
uint32_t snd_max /* The ACK sequence number received in the last completed DDP */;
#if defined(__BIG_ENDIAN)
uint16_t __agg_vars3 /* Various aggregative variables*/;
- uint16_t __reserved67 /* A counter for the number of RQ WQEs with invalidate the the USTORM encountered */;
+ uint16_t __reserved67 /* A counter for the number of RQ WQEs with invalidate the USTORM encountered */;
#elif defined(__LITTLE_ENDIAN)
- uint16_t __reserved67 /* A counter for the number of RQ WQEs with invalidate the the USTORM encountered */;
+ uint16_t __reserved67 /* A counter for the number of RQ WQEs with invalidate the USTORM encountered */;
uint16_t __agg_vars3 /* Various aggregative variables*/;
#endif
#if defined(__BIG_ENDIAN)
diff --git a/sys/dev/drm2/i915/intel_crt.c b/sys/dev/drm2/i915/intel_crt.c
index 56c212006c26..1360a7be695b 100644
--- a/sys/dev/drm2/i915/intel_crt.c
+++ b/sys/dev/drm2/i915/intel_crt.c
@@ -794,7 +794,7 @@ void intel_crt_init(struct drm_device *dev)
dev_priv->hotplug_supported_mask |= CRT_HOTPLUG_INT_STATUS;
/*
- * TODO: find a proper way to discover whether we need to set the the
+ * TODO: find a proper way to discover whether we need to set the
* polarity and link reversal bits or not, instead of relying on the
* BIOS.
*/
diff --git a/sys/dev/drm2/i915/intel_display.c b/sys/dev/drm2/i915/intel_display.c
index 0a03f228bfdc..98994494c5f9 100644
--- a/sys/dev/drm2/i915/intel_display.c
+++ b/sys/dev/drm2/i915/intel_display.c
@@ -7971,7 +7971,7 @@ bool intel_set_mode(struct drm_crtc *crtc,
crtc->mode = *mode;
/* Only after disabling all output pipelines that will be changed can we
- * update the the output configuration. */
+ * update the output configuration. */
intel_modeset_update_state(dev, prepare_pipes);
if (dev_priv->display.modeset_global_resources)
diff --git a/sys/dev/drm2/radeon/atombios.h b/sys/dev/drm2/radeon/atombios.h
index 16119f442ca0..684397760f4e 100644
--- a/sys/dev/drm2/radeon/atombios.h
+++ b/sys/dev/drm2/radeon/atombios.h
@@ -2734,8 +2734,8 @@ ucMaxNBVoltageHigh: Voltage regulator dependent PWM value. High 8 bits of t
ucMinNBVoltageHigh: Voltage regulator dependent PWM value. High 8 bits of the value for the min voltage.Set this one to 0x00 if VC without PWM or no VC at all.
-usInterNBVoltageLow: Voltage regulator dependent PWM value. The value makes the the voltage >=Min NB voltage but <=InterNBVoltageHigh. Set this to 0x0000 if VC without PWM or no VC at all.
-usInterNBVoltageHigh: Voltage regulator dependent PWM value. The value makes the the voltage >=InterNBVoltageLow but <=Max NB voltage.Set this to 0x0000 if VC without PWM or no VC at all.
+usInterNBVoltageLow: Voltage regulator dependent PWM value. The value makes the voltage >=Min NB voltage but <=InterNBVoltageHigh. Set this to 0x0000 if VC without PWM or no VC at all.
+usInterNBVoltageHigh: Voltage regulator dependent PWM value. The value makes the voltage >=InterNBVoltageLow but <=Max NB voltage.Set this to 0x0000 if VC without PWM or no VC at all.
*/
diff --git a/sys/dev/drm2/radeon/r300_reg.h b/sys/dev/drm2/radeon/r300_reg.h
index 3dc2b430c797..136f816de176 100644
--- a/sys/dev/drm2/radeon/r300_reg.h
+++ b/sys/dev/drm2/radeon/r300_reg.h
@@ -356,7 +356,7 @@ __FBSDID("$FreeBSD$");
# define R300_PVS_CNTL_1_PROGRAM_START_SHIFT 0
# define R300_PVS_CNTL_1_POS_END_SHIFT 10
# define R300_PVS_CNTL_1_PROGRAM_END_SHIFT 20
-/* Addresses are relative the the vertex program parameters area. */
+/* Addresses are relative the vertex program parameters area. */
#define R300_VAP_PVS_CNTL_2 0x22D4
# define R300_PVS_CNTL_2_PARAM_OFFSET_SHIFT 0
# define R300_PVS_CNTL_2_PARAM_COUNT_SHIFT 16
diff --git a/sys/dev/drm2/radeon/radeon_device.c b/sys/dev/drm2/radeon/radeon_device.c
index 76b4cd7b497a..860b9628b86a 100644
--- a/sys/dev/drm2/radeon/radeon_device.c
+++ b/sys/dev/drm2/radeon/radeon_device.c
@@ -191,7 +191,7 @@ void radeon_scratch_free(struct radeon_device *rdev, uint32_t reg)
/*
* radeon_wb_*()
- * Writeback is the the method by which the the GPU updates special pages
+ * Writeback is the method by which the GPU updates special pages
* in memory with the status of certain GPU events (fences, ring pointers,
* etc.).
*/
diff --git a/sys/dev/drm2/radeon/radeon_fence.c b/sys/dev/drm2/radeon/radeon_fence.c
index 6b1763bfc571..560eea998a44 100644
--- a/sys/dev/drm2/radeon/radeon_fence.c
+++ b/sys/dev/drm2/radeon/radeon_fence.c
@@ -45,7 +45,7 @@ __FBSDID("$FreeBSD$");
* for GPU/CPU synchronization. When the fence is written,
* it is expected that all buffers associated with that fence
* are no longer in use by the associated ring on the GPU and
- * that the the relevant GPU caches have been flushed. Whether
+ * that the relevant GPU caches have been flushed. Whether
* we use a scratch register or memory location depends on the asic
* and whether writeback is enabled.
*/
diff --git a/sys/dev/drm2/radeon/radeon_gart.c b/sys/dev/drm2/radeon/radeon_gart.c
index cf5609aaf3d4..37b1783de00f 100644
--- a/sys/dev/drm2/radeon/radeon_gart.c
+++ b/sys/dev/drm2/radeon/radeon_gart.c
@@ -413,7 +413,7 @@ void radeon_gart_fini(struct radeon_device *rdev)
* (uncached system pages).
* Each VM has an ID associated with it and there is a page table
* associated with each VMID. When execting a command buffer,
- * the kernel tells the the ring what VMID to use for that command
+ * the kernel tells the ring what VMID to use for that command
* buffer. VMIDs are allocated dynamically as commands are submitted.
* The userspace drivers maintain their own address space and the kernel
* sets up their pages tables accordingly when they submit their
diff --git a/sys/dev/e1000/e1000_82575.c b/sys/dev/e1000/e1000_82575.c
index 38770a327b16..24538cadca2a 100644
--- a/sys/dev/e1000/e1000_82575.c
+++ b/sys/dev/e1000/e1000_82575.c
@@ -2416,7 +2416,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 9b9a090422e9..ae97a8c0d389 100644
--- a/sys/dev/e1000/e1000_ich8lan.c
+++ b/sys/dev/e1000/e1000_ich8lan.c
@@ -4904,7 +4904,7 @@ static s32 e1000_id_led_init_pchlan(struct e1000_hw *hw)
* @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/hyperv/storvsc/hv_storvsc_drv_freebsd.c b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
index f0f07332592c..c0c4563f4262 100644
--- a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
+++ b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
@@ -304,7 +304,7 @@ MODULE_DEPEND(storvsc, vmbus, 1, 1, 1);
* We address this issue by implementing a sequentially
* consistent protocol:
*
- * 1. Channel callback is invoked while holding the the channel lock
+ * 1. Channel callback is invoked while holding the channel lock
* and an unloading driver will reset the channel callback under
* the protection of this channel lock.
*
diff --git a/sys/dev/iwm/if_iwmreg.h b/sys/dev/iwm/if_iwmreg.h
index 1fc438b0cce5..bbfb36ee66cc 100644
--- a/sys/dev/iwm/if_iwmreg.h
+++ b/sys/dev/iwm/if_iwmreg.h
@@ -3923,7 +3923,7 @@ enum iwm_tx_flags {
* cleared. Combination of IWM_RATE_MCS_*
* @sta_id: index of destination station in FW station table
* @sec_ctl: security control, IWM_TX_CMD_SEC_*
- * @initial_rate_index: index into the the rate table for initial TX attempt.
+ * @initial_rate_index: index into the rate table for initial TX attempt.
* Applied if IWM_TX_CMD_FLG_STA_RATE_MSK is set, normally 0 for data frames.
* @key: security key
* @next_frame_flags: IWM_TX_CMD_SEC_* and IWM_TX_CMD_NEXT_FRAME_*
@@ -4274,7 +4274,7 @@ struct iwm_beacon_notif {
/**
* enum iwm_dump_control - dump (flush) control flags
- * @IWM_DUMP_TX_FIFO_FLUSH: Dump MSDUs until the the FIFO is empty
+ * @IWM_DUMP_TX_FIFO_FLUSH: Dump MSDUs until the FIFO is empty
* and the TFD queues are empty.
*/
enum iwm_dump_control {
diff --git a/sys/dev/netmap/netmap.c b/sys/dev/netmap/netmap.c
index ee38452cbf8c..aff757bdadfe 100644
--- a/sys/dev/netmap/netmap.c
+++ b/sys/dev/netmap/netmap.c
@@ -2700,7 +2700,7 @@ netmap_detach_common(struct netmap_adapter *na)
}
/* Wrapper for the register callback provided hardware drivers.
- * na->ifp == NULL means the the driver module has been
+ * na->ifp == NULL means the driver module has been
* unloaded, so we cannot call into it.
* Note that module unloading, in our patched linux drivers,
* happens under NMG_LOCK and after having stopped all the
diff --git a/sys/dev/ow/ow.c b/sys/dev/ow/ow.c
index 09236f0cd84f..66db4b7ffc81 100644
--- a/sys/dev/ow/ow.c
+++ b/sys/dev/ow/ow.c
@@ -343,7 +343,7 @@ again:
* See AN397 section 5.II.C.3 for the algorithm (though a bit
* poorly stated). The search command forces each device to
* send ROM ID bits one at a time (first the bit, then the
- * complement) the the master (us) sends back a bit. If the
+ * complement) the master (us) sends back a bit. If the
* device's bit doesn't match what we send back, that device
* stops sending bits back. So each time through we remember
* where we made the last decision (always 0). If there's a
diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/mpi.c b/sys/dev/pms/RefTisa/sallsdk/spc/mpi.c
index 1c5800ef8b9b..3e9fc3d28a64 100644
--- a/sys/dev/pms/RefTisa/sallsdk/spc/mpi.c
+++ b/sys/dev/pms/RefTisa/sallsdk/spc/mpi.c
@@ -806,7 +806,7 @@ mpiMsgConsume(
* \param messagePtr1 Pointer to the returned message buffer to free
* \param messagePtr2 Pointer to the returned message buffer to free if bc > 1
*
- * Returns consumed and processed message to the the specified outbounf queue
+ * Returns consumed and processed message to the specified outbounf queue
*
* Return:
* AGSA_RC_SUCCESS if the message has been returned succesfully
diff --git a/sys/dev/pms/RefTisa/sat/src/smsat.c b/sys/dev/pms/RefTisa/sat/src/smsat.c
index 8b6aaeb2131b..28601882e681 100644
--- a/sys/dev/pms/RefTisa/sat/src/smsat.c
+++ b/sys/dev/pms/RefTisa/sat/src/smsat.c
@@ -10883,7 +10883,7 @@ smsatReadCapacity10(
/*
* Setting RETURNED LOGICAL BLOCK ADDRESS in READ CAPACITY(10) response data:
* SBC-2 specifies that if the capacity exceeded the 4-byte RETURNED LOGICAL
- * BLOCK ADDRESS in READ CAPACITY(10) parameter data, the the RETURNED LOGICAL
+ * BLOCK ADDRESS in READ CAPACITY(10) parameter data, the RETURNED LOGICAL
* BLOCK ADDRESS should be set to 0xFFFFFFFF so the application client would
* then issue a READ CAPACITY(16) command.
*/
diff --git a/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c b/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c
index e46fb329b204..2b0ae73ee24c 100644
--- a/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c
+++ b/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c
@@ -5975,7 +5975,7 @@ GLOBAL bit32 satReadCapacity10(
/*
* Setting RETURNED LOGICAL BLOCK ADDRESS in READ CAPACITY(10) response data:
* SBC-2 specifies that if the capacity exceeded the 4-byte RETURNED LOGICAL
- * BLOCK ADDRESS in READ CAPACITY(10) parameter data, the the RETURNED LOGICAL
+ * BLOCK ADDRESS in READ CAPACITY(10) parameter data, the RETURNED LOGICAL
* BLOCK ADDRESS should be set to 0xFFFFFFFF so the application client would
* then issue a READ CAPACITY(16) command.
*/
diff --git a/sys/dev/random/fortuna.c b/sys/dev/random/fortuna.c
index 3ae0fe006a0c..e300c6ffb4ca 100644
--- a/sys/dev/random/fortuna.c
+++ b/sys/dev/random/fortuna.c
@@ -234,7 +234,7 @@ random_fortuna_process_event(struct harvest_event *event)
pl = event->he_destination % RANDOM_FORTUNA_NPOOLS;
randomdev_hash_iterate(&fortuna_state.fs_pool[pl].fsp_hash, event, sizeof(*event));
/*-
- * Don't wrap the length. Doing the the hard way so as not to wrap at MAXUINT.
+ * Don't wrap the length. Doing this the hard way so as not to wrap at MAXUINT.
* This is a "saturating" add.
* XXX: FIX!!: We don't actually need lengths for anything but fs_pool[0],
* but it's been useful debugging to see them all.
diff --git a/sys/dev/sfxge/common/ef10_ev.c b/sys/dev/sfxge/common/ef10_ev.c
index 839ec5eaa0b9..548b9a1b806a 100644
--- a/sys/dev/sfxge/common/ef10_ev.c
+++ b/sys/dev/sfxge/common/ef10_ev.c
@@ -547,7 +547,7 @@ ef10_ev_rx(
flags |= EFX_PKT_PREFIX_LEN;
}
- /* Calculate the index of the the last descriptor consumed */
+ /* Calculate the index of the last descriptor consumed */
last_used_id = (eersp->eers_rx_read_ptr - 1) & eersp->eers_rx_mask;
/* Check for errors that invalidate checksum and L3/L4 fields */
diff --git a/sys/mips/conf/DIR-825C1.hints b/sys/mips/conf/DIR-825C1.hints
index 7f19be69c860..60bb1b42f706 100644
--- a/sys/mips/conf/DIR-825C1.hints
+++ b/sys/mips/conf/DIR-825C1.hints
@@ -6,7 +6,7 @@ hint.argemdio.0.maddr=0x19000000
hint.argemdio.0.msize=0x1000
hint.argemdio.0.order=0
-# 0x1ffe0004 is the the "unit MAC".
+# 0x1ffe0004 is the "unit MAC".
# 0x1ffe0018 is the second "MAC".
# Right now this doesn't have any option for more than one
# "unit MACs", so:
diff --git a/sys/net/altq/altq_cbq.c b/sys/net/altq/altq_cbq.c
index 56c14d3bcfb2..32fea1745bfd 100644
--- a/sys/net/altq/altq_cbq.c
+++ b/sys/net/altq/altq_cbq.c
@@ -702,7 +702,7 @@ cbq_modify_class(acp)
*
* This function create a new traffic class in the CBQ class hierarchy of
* given parameters. The class that created is either the root, default,
- * or a new dynamic class. If CBQ is not initilaized, the the root class
+ * or a new dynamic class. If CBQ is not initilaized, the root class
* will be created.
*/
static int
diff --git a/sys/ofed/drivers/infiniband/debug/memtrack.c b/sys/ofed/drivers/infiniband/debug/memtrack.c
index 7082856680b9..6c8d5df34918 100644
--- a/sys/ofed/drivers/infiniband/debug/memtrack.c
+++ b/sys/ofed/drivers/infiniband/debug/memtrack.c
@@ -510,7 +510,7 @@ EXPORT_SYMBOL(is_non_trackable_free_func);
/* WA - In this function handles confirm
- the the function name is
+ the function name is
'__ib_umem_release' or 'ib_umem_get'
In this case we won't track the
memory there because the kernel
diff --git a/sys/ofed/drivers/infiniband/debug/memtrack.h b/sys/ofed/drivers/infiniband/debug/memtrack.h
index 76265ae06a18..fb52f4b32eae 100644
--- a/sys/ofed/drivers/infiniband/debug/memtrack.h
+++ b/sys/ofed/drivers/infiniband/debug/memtrack.h
@@ -64,7 +64,7 @@ int is_non_trackable_alloc_func(const char *func_name);
int is_non_trackable_free_func(const char *func_name);
/* WA - In this function handles confirm
- the the function name is
+ the function name is
'__ib_umem_release' or 'ib_umem_get'
In this case we won't track the
memory there because the kernel
diff --git a/sys/ofed/drivers/net/mlx4/main.c b/sys/ofed/drivers/net/mlx4/main.c
index 314a4ba76f21..10ba359631b6 100644
--- a/sys/ofed/drivers/net/mlx4/main.c
+++ b/sys/ofed/drivers/net/mlx4/main.c
@@ -164,7 +164,7 @@ MODULE_PARM_DESC(fast_drop,
int mlx4_enable_64b_cqe_eqe = 1;
module_param_named(enable_64b_cqe_eqe, mlx4_enable_64b_cqe_eqe, int, 0644);
MODULE_PARM_DESC(enable_64b_cqe_eqe,
- "Enable 64 byte CQEs/EQEs when the the FW supports this if non-zero (default: 1)");
+ "Enable 64 byte CQEs/EQEs when the FW supports this if non-zero (default: 1)");
#define HCA_GLOBAL_CAP_MASK 0
diff --git a/sys/xen/interface/io/blkif.h b/sys/xen/interface/io/blkif.h
index 8f0f9a604e4a..0d50d77f4b21 100644
--- a/sys/xen/interface/io/blkif.h
+++ b/sys/xen/interface/io/blkif.h
@@ -324,7 +324,7 @@
* access (even when it should be read-only). If the frontend hits the
* maximum number of allowed persistently mapped grants, it can fallback
* to non persistent mode. This will cause a performance degradation,
- * since the the backend driver will still try to map those grants
+ * since the backend driver will still try to map those grants
* persistently. Since the persistent grants protocol is compatible with
* the previous protocol, a frontend driver can choose to work in
* persistent mode even when the backend doesn't support it.