From 5390449351c5ecb20e6a0d9811872eef5ff48bbc Mon Sep 17 00:00:00 2001 From: georgecpr Date: Wed, 6 Sep 2017 19:53:19 +0300 Subject: [PATCH] [kw41z] replaced 'the the' string with 'the' (#2174) --- third_party/nxp/MKW41Z4/drivers/fsl_dspi.c | 2 +- third_party/nxp/MKW41Z4/drivers/fsl_edma.h | 2 +- third_party/nxp/MKW41Z4/drivers/fsl_flash.h | 2 +- third_party/nxp/MKW41Z4/drivers/fsl_trng.h | 2 +- third_party/nxp/MKW41Z4/drivers/fsl_tsi_v4.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/third_party/nxp/MKW41Z4/drivers/fsl_dspi.c b/third_party/nxp/MKW41Z4/drivers/fsl_dspi.c index e2b90ba56..5717ada0d 100644 --- a/third_party/nxp/MKW41Z4/drivers/fsl_dspi.c +++ b/third_party/nxp/MKW41Z4/drivers/fsl_dspi.c @@ -1115,7 +1115,7 @@ void DSPI_MasterTransferHandleIRQ(SPI_Type *base, dspi_master_handle_t *handle) if (handle->rxData) { /* For the last word received, if there is an extra byte due to the odd transfer - * byte count, only save the the last byte and discard the upper byte + * byte count, only save the last byte and discard the upper byte */ if (handle->remainingReceiveByteCount == 1) { diff --git a/third_party/nxp/MKW41Z4/drivers/fsl_edma.h b/third_party/nxp/MKW41Z4/drivers/fsl_edma.h index a97622d7e..f8faf2c44 100644 --- a/third_party/nxp/MKW41Z4/drivers/fsl_edma.h +++ b/third_party/nxp/MKW41Z4/drivers/fsl_edma.h @@ -706,7 +706,7 @@ static inline void EDMA_TriggerChannelStart(DMA_Type *base, uint32_t channel) * @brief Gets the remaining major loop count from the eDMA current channel TCD. * * This function checks the TCD (Task Control Descriptor) status for a specified - * eDMA channel and returns the the number of major loop count that has not finished. + * eDMA channel and returns the number of major loop count that has not finished. * * @param base eDMA peripheral base address. * @param channel eDMA channel number. diff --git a/third_party/nxp/MKW41Z4/drivers/fsl_flash.h b/third_party/nxp/MKW41Z4/drivers/fsl_flash.h index 1b85d80e8..50d63d217 100644 --- a/third_party/nxp/MKW41Z4/drivers/fsl_flash.h +++ b/third_party/nxp/MKW41Z4/drivers/fsl_flash.h @@ -1156,7 +1156,7 @@ status_t FLASH_SetFlexramFunction(flash_config_t *config, flash_flexram_function */ /*! - * @brief Configures the Swap function or checks the the swap state of the Flash module. + * @brief Configures the Swap function or checks the swap state of the Flash module. * * @param config A pointer to the storage for the driver runtime state. * @param address Address used to configure the flash Swap function. diff --git a/third_party/nxp/MKW41Z4/drivers/fsl_trng.h b/third_party/nxp/MKW41Z4/drivers/fsl_trng.h index f283ee825..5d349a3c2 100644 --- a/third_party/nxp/MKW41Z4/drivers/fsl_trng.h +++ b/third_party/nxp/MKW41Z4/drivers/fsl_trng.h @@ -94,7 +94,7 @@ typedef struct _trng_statistical_check_limit /*! * @brief Data structure for the TRNG initialization * - * This structure initializes the TRNG by calling the the TRNG_Init() function. + * This structure initializes the TRNG by calling the TRNG_Init() function. * It contains all TRNG configurations. */ typedef struct _trng_user_config diff --git a/third_party/nxp/MKW41Z4/drivers/fsl_tsi_v4.h b/third_party/nxp/MKW41Z4/drivers/fsl_tsi_v4.h index 3c204807d..fef5b7a16 100644 --- a/third_party/nxp/MKW41Z4/drivers/fsl_tsi_v4.h +++ b/third_party/nxp/MKW41Z4/drivers/fsl_tsi_v4.h @@ -506,7 +506,7 @@ static inline void TSI_StartSoftwareTrigger(TSI_Type *base) } /*! -* @brief Sets the the measured channel number. +* @brief Sets the measured channel number. * * @param base TSI peripheral base address. * @param channel Channel number 0 ... 15.