aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup
diff options
context:
space:
mode:
authorRui Teng <rui.teng@linux.vnet.ibm.com>2017-05-23 10:04:15 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-25 18:56:45 +0200
commitfc0f0bd61230f4d85670928539db40ab5528b50c (patch)
treec97ee0db77a149d5665e0499672d96be39c3d7ef /drivers/staging/speakup
parentstaging: vt6655: remove unnecessary blank lines (diff)
downloadlinux-dev-fc0f0bd61230f4d85670928539db40ab5528b50c.tar.xz
linux-dev-fc0f0bd61230f4d85670928539db40ab5528b50c.zip
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>
Diffstat (limited to 'drivers/staging/speakup')
-rw-r--r--drivers/staging/speakup/spk_ttyio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/speakup/spk_ttyio.c b/drivers/staging/speakup/spk_ttyio.c
index 8ed7c71c712f..ed36240cf382 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];