mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-24 19:44:55 +00:00
drivers/staging/speakup: Align block comments at *
Fix checkpatch.pl "WARNING: Block comments should align the * on each line" Signed-off-by: Tiago Koji Castro Shibata <tiago.shibata@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ca693dcd5c
commit
c53e5c2817
@ -24,11 +24,11 @@
|
||||
* usec later.
|
||||
*/
|
||||
#define TTS_ALMOST_FULL 0x08 /* mask for AF bit: When set to 1,
|
||||
* indicates that less than 300 bytes
|
||||
* are available in the TTS input
|
||||
* buffer. AF is always 0 in the PCM,
|
||||
* TGN and CVSD modes.
|
||||
*/
|
||||
* indicates that less than 300 bytes
|
||||
* are available in the TTS input
|
||||
* buffer. AF is always 0 in the PCM,
|
||||
* TGN and CVSD modes.
|
||||
*/
|
||||
#define TTS_ALMOST_EMPTY 0x04 /* mask for AE bit: When set to 1,
|
||||
* indicates that less than 300 bytes
|
||||
* are remaining in DoubleTalk's input
|
||||
|
Loading…
x
Reference in New Issue
Block a user