mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Fix some minor style issues
Fix typo and comment style in: * audio/audio_comp.c * drivers/drivers_initialize.c * drivers/pipes/fifo.c Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
3a6de58904
commit
fd1b52579b
3 changed files with 7 additions and 7 deletions
|
|
@ -228,7 +228,7 @@ static int audio_comp_getcaps(FAR struct audio_lowerhalf_s *dev, int type,
|
|||
* Name: audio_comp_configure
|
||||
*
|
||||
* Description:
|
||||
* Configure the audio device for the specified mode of operation.
|
||||
* Configure the audio device for the specified mode of operation.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
|
@ -603,7 +603,7 @@ static int audio_comp_freebuffer(FAR struct audio_lowerhalf_s *dev,
|
|||
/****************************************************************************
|
||||
* Name: audio_comp_enqueuebuffer
|
||||
*
|
||||
* Description: Enqueue an Audio Pipeline Buffer for playback/ processing.
|
||||
* Description: Enqueue an Audio Pipeline Buffer for playback/processing.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
|
@ -699,7 +699,7 @@ static int audio_comp_ioctl(FAR struct audio_lowerhalf_s *dev, int cmd,
|
|||
/****************************************************************************
|
||||
* Name: audio_comp_read
|
||||
*
|
||||
* Description: Lower-half logic for read commands.
|
||||
* Description: Lower-half logic for read commands.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
|
@ -729,7 +729,7 @@ static int audio_comp_read(FAR struct audio_lowerhalf_s *dev,
|
|||
/****************************************************************************
|
||||
* Name: audio_comp_write
|
||||
*
|
||||
* Description: Lower-half logic for write commands.
|
||||
* Description: Lower-half logic for write commands.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue