diff options
author | Tiago Koji Castro Shibata <tiago.shibata@gmail.com> | 2017-05-01 21:32:38 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-15 12:44:20 +0200 |
commit | c53e5c28170899c6eef224ca1635a345cedb674c (patch) | |
tree | 3b727675eb242090e083b9dd6094485bb830c4c9 /drivers/staging/speakup | |
parent | ca693dcd5c02645063210e2352ff4909d9ddc7e9 (diff) | |
download | blackbird-op-linux-c53e5c28170899c6eef224ca1635a345cedb674c.tar.gz blackbird-op-linux-c53e5c28170899c6eef224ca1635a345cedb674c.zip |
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>
Diffstat (limited to 'drivers/staging/speakup')
-rw-r--r-- | drivers/staging/speakup/speakup_dtlk.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/speakup/speakup_dtlk.h b/drivers/staging/speakup/speakup_dtlk.h index 46d885fcfb20..51ac0f2fcded 100644 --- a/drivers/staging/speakup/speakup_dtlk.h +++ b/drivers/staging/speakup/speakup_dtlk.h @@ -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 |