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 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'os/hal/include') 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 * -- cgit v1.2.3