From 9c4fb66a8bb26fd8fb71ea889d13e7b001fae4b3 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Mon, 10 Jan 2022 10:33:11 -0800 Subject: [PATCH] i2s: i2s_litex: fix doc styling on two copy functions Just minor styling changes to capitalize the first character and removing the trailing comma on the brief doc description on two copy functions. Signed-off-by: Daniel Leung --- drivers/i2s/i2s_litex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2s/i2s_litex.c b/drivers/i2s/i2s_litex.c index 4b54a16d198..0c7b8d4ae6f 100644 --- a/drivers/i2s/i2s_litex.c +++ b/drivers/i2s/i2s_litex.c @@ -152,7 +152,7 @@ static void i2s_clear_pending_irq(uintptr_t reg) } /** - * @brief fast data copy function, + * @brief Fast data copy function * * Each operation copies 32 bit data chunks * This function copies data from fifo into user buffer @@ -205,7 +205,7 @@ static void i2s_copy_from_fifo(uint8_t *dst, size_t size, int sample_width, } /** - * @brief fast data copy function, + * @brief Fast data copy function * * Each operation copies 32 bit data chunks * This function copies data from user buffer into fifo