提交 fc0f0bd6 编写于 作者: R Rui Teng 提交者: Greg Kroah-Hartman

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: NRui Teng <rui.teng@linux.vnet.ibm.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5c60befe
...@@ -61,7 +61,7 @@ static int spk_ttyio_receive_buf2(struct tty_struct *tty, ...@@ -61,7 +61,7 @@ static int spk_ttyio_receive_buf2(struct tty_struct *tty,
return 0; return 0;
/* Make sure the consumer has read buf before we have seen /* Make sure the consumer has read buf before we have seen
* buf_free == true and overwrite buf */ * buf_free == true and overwrite buf */
mb(); mb();
ldisc_data->buf = cp[0]; ldisc_data->buf = cp[0];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册