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

drivers/staging/speakup: fix indent coding style problem in spk_ttyio.c

This is a patch to the spk_ttyio.c file which fixes up the indent error
reported by the checkpatch.pl tool.

Signed-off-by: Rui Teng <rui.teng@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Rui Teng and committed by
Greg Kroah-Hartman
fc0f0bd6 5c60befe

+1 -1
+1 -1
drivers/staging/speakup/spk_ttyio.c
··· 61 61 return 0; 62 62 63 63 /* Make sure the consumer has read buf before we have seen 64 - * buf_free == true and overwrite buf */ 64 + * buf_free == true and overwrite buf */ 65 65 mb(); 66 66 67 67 ldisc_data->buf = cp[0];