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:
parent
8113b59c02
commit
9c4fb66a8b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue