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 <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2022-01-10 10:33:11 -08:00 committed by Anas Nashif
commit 9c4fb66a8b

View file

@ -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