Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Arushi Singhal and committed by
Greg Kroah-Hartman
79bd5554 defaa9ad

+5 -5
+5 -5
drivers/staging/speakup/speakup_dtlk.h
··· 24 24 * usec later. 25 25 */ 26 26 #define TTS_ALMOST_FULL 0x08 /* mask for AF bit: When set to 1, 27 - * indicates that less than 300 bytes 28 - * are available in the TTS input 29 - * buffer. AF is always 0 in the PCM, 30 - * TGN and CVSD modes. 31 - */ 27 + * indicates that less than 300 bytes 28 + * are available in the TTS input 29 + * buffer. AF is always 0 in the PCM, 30 + * TGN and CVSD modes. 31 + */ 32 32 #define TTS_ALMOST_EMPTY 0x04 /* mask for AE bit: When set to 1, 33 33 * indicates that less than 300 bytes 34 34 * are remaining in DoubleTalk's input