From: Arushi Singhal Date: Tue, 14 Mar 2017 13:55:06 +0000 (+0530) Subject: staging: speakup: identation should use tabs X-Git-Tag: v4.12-rc1~84^2~512 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=79bd555462e7a2f0295eff5c16b4fc2d3c65d285;p=karo-tx-linux.git staging: speakup: identation should use tabs Indentation should always use tabs and never spaces. Signed-off-by: Arushi Singhal Signed-off-by: Greg Kroah-Hartman --- 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