diff options
author | Arushi Singhal <arushisinghal19971997@gmail.com> | 2017-03-14 19:25:06 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-16 11:17:07 +0900 |
commit | 79bd555462e7a2f0295eff5c16b4fc2d3c65d285 (patch) | |
tree | f1fd5ffeba14632f01972878135993892241bfcc /drivers/staging/speakup | |
parent | defaa9ad58dfc561192b350b826dc65b6fb84098 (diff) | |
download | blackbird-op-linux-79bd555462e7a2f0295eff5c16b4fc2d3c65d285.tar.gz blackbird-op-linux-79bd555462e7a2f0295eff5c16b4fc2d3c65d285.zip |
staging: speakup: identation should use tabs
Indentation should always use tabs and never spaces.
Signed-off-by: Arushi Singhal <arushisinghal19971997@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 b3b3cfc3db07..46d885fcfb20 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 |