mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
staging: speakup: in serialio.c no over 80 chars long
Fixed the checkpatch.pl warning: WARNING: line over 80 characters Signed-off-by: Bo YU <tsu.yubo@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
79de2d0e8d
commit
1f10145646
@ -228,7 +228,8 @@ int spk_wait_for_xmitr(struct spk_synth *in_synth)
|
||||
}
|
||||
while (spk_serial_tx_busy()) {
|
||||
if (--tmout == 0) {
|
||||
pr_warn("%s: timed out (tx busy)\n", in_synth->long_name);
|
||||
pr_warn("%s: timed out (tx busy)\n",
|
||||
in_synth->long_name);
|
||||
timeouts++;
|
||||
return 0;
|
||||
}
|
||||
@ -285,7 +286,8 @@ static int spk_serial_out(struct spk_synth *in_synth, const char ch)
|
||||
return 0;
|
||||
}
|
||||
|
||||
const char *spk_serial_synth_immediate(struct spk_synth *synth, const char *buff)
|
||||
const char *spk_serial_synth_immediate(struct spk_synth *synth,
|
||||
const char *buff)
|
||||
{
|
||||
u_char ch;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user