From 1b12d62bd78a14c8cf4bf55e342aae5a2c7361f1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 12 Dec 2010 14:51:21 +0000 Subject: White space fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2476 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/adc.h | 2 +- os/hal/include/i2c.h | 4 ++-- os/hal/include/spi.h | 4 ++-- os/hal/platforms/STM32/serial_lld.c | 2 +- os/hal/platforms/STM32/spi_lld.c | 2 +- os/hal/platforms/STM32/stm32_dma.h | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/os/hal/include/adc.h b/os/hal/include/adc.h index 0b55d0d15..d94d99aa3 100644 --- a/os/hal/include/adc.h +++ b/os/hal/include/adc.h @@ -86,7 +86,7 @@ typedef enum { #if ADC_USE_WAIT || defined(__DOXYGEN__) /** * @brief Resumes a thread waiting for a conversion completion. - * + * * @param[in] adcp pointer to the @p ADCDriver object * * @notapi diff --git a/os/hal/include/i2c.h b/os/hal/include/i2c.h index b95aa6bf9..01d3739e8 100644 --- a/os/hal/include/i2c.h +++ b/os/hal/include/i2c.h @@ -73,12 +73,12 @@ typedef enum { /*===========================================================================*/ /** - * @brief Read mode. + * @brief Read mode. */ #define I2C_READ 1 /** - * @brief Write mode. + * @brief Write mode. */ #define I2C_WRITE 0 diff --git a/os/hal/include/spi.h b/os/hal/include/spi.h index 47cf5f379..ccf3e4e63 100644 --- a/os/hal/include/spi.h +++ b/os/hal/include/spi.h @@ -194,7 +194,7 @@ typedef enum { * situation is much more efficient just wait for completion using * polling than suspending the thread waiting for an interrupt. * @note This API is implemented as a macro in order to minimize latency. - * + * * @param[in] spip pointer to the @p SPIDriver object * @param[in] frame the data frame to send over the SPI bus * @return The received data frame from the SPI bus. @@ -222,7 +222,7 @@ typedef enum { } /** - * @brief Wakes up the waiting thread. + * @brief Wakes up the waiting thread. * * @param[in] spip pointer to the @p SPIDriver object * diff --git a/os/hal/platforms/STM32/serial_lld.c b/os/hal/platforms/STM32/serial_lld.c index 43fb6229a..ab2b6508a 100644 --- a/os/hal/platforms/STM32/serial_lld.c +++ b/os/hal/platforms/STM32/serial_lld.c @@ -225,7 +225,7 @@ static void notify5(void) { /** * @brief USART1 interrupt handler. * - * @isr + * @isr */ CH_IRQ_HANDLER(USART1_IRQHandler) { diff --git a/os/hal/platforms/STM32/spi_lld.c b/os/hal/platforms/STM32/spi_lld.c index 90e4305dc..dfe72822a 100644 --- a/os/hal/platforms/STM32/spi_lld.c +++ b/os/hal/platforms/STM32/spi_lld.c @@ -72,7 +72,7 @@ static uint16_t dummyrx; /** * @brief Starts the SPI DMA channels. - * + * * @param[in] spip pointer to the @p SPIDriver object */ #define dma_start(spip) { \ diff --git a/os/hal/platforms/STM32/stm32_dma.h b/os/hal/platforms/STM32/stm32_dma.h index 7f8ba8057..806f79c56 100644 --- a/os/hal/platforms/STM32/stm32_dma.h +++ b/os/hal/platforms/STM32/stm32_dma.h @@ -126,7 +126,7 @@ typedef struct { #define STM32_DMA_CHANNEL_7 6 /**< @brief DMA channel 7. */ /** - * @brief Associates a peripheral data register to a DMA channel. + * @brief Associates a peripheral data register to a DMA channel. * * @param[in] dmachp dmachp to a stm32_dma_channel_t structure * @param[in] cpar value to be written in the CPAR register -- cgit v1.2.3