mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 11:55:03 +07:00
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>
This commit is contained in:
parent
5c60befe6d
commit
fc0f0bd612
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user