drivers/staging/speakup: fix indent coding style problem in spk_ttyio.c
authorRui Teng <rui.teng@linux.vnet.ibm.com>
Tue, 23 May 2017 02:04:15 +0000 (10:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 16:56:45 +0000 (18:56 +0200)
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>
drivers/staging/speakup/spk_ttyio.c

index 8ed7c71..ed36240 100644 (file)
@@ -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];