From: Rui Teng Date: Tue, 23 May 2017 02:04:15 +0000 (+0800) Subject: drivers/staging/speakup: fix indent coding style problem in spk_ttyio.c X-Git-Tag: v4.13-rc1~184^2~265 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc0f0bd61230f4d85670928539db40ab5528b50c;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/speakup/spk_ttyio.c b/drivers/staging/speakup/spk_ttyio.c index 8ed7c71..ed36240c 100644 --- a/drivers/staging/speakup/spk_ttyio.c +++ b/drivers/staging/speakup/spk_ttyio.c @@ -61,7 +61,7 @@ static int spk_ttyio_receive_buf2(struct tty_struct *tty, return 0; /* Make sure the consumer has read buf before we have seen - * buf_free == true and overwrite buf */ + * buf_free == true and overwrite buf */ mb(); ldisc_data->buf = cp[0];