mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 00:00:00 +00:00
staging: speakup: move arguments to reduce 80 chars limit
Move the arguments one line below to remove the warning of the 80 chars limit. Reported by checkpatch. Signed-off-by: Ioannis Valasakis <code@wizofe.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
53d77da6ac
commit
8d0f5a65ff
@ -298,7 +298,8 @@ static void accent_release(void)
|
|||||||
{
|
{
|
||||||
spk_stop_serial_interrupt();
|
spk_stop_serial_interrupt();
|
||||||
if (speakup_info.port_tts)
|
if (speakup_info.port_tts)
|
||||||
synth_release_region(speakup_info.port_tts - 1, SYNTH_IO_EXTENT);
|
synth_release_region(speakup_info.port_tts - 1,
|
||||||
|
SYNTH_IO_EXTENT);
|
||||||
speakup_info.port_tts = 0;
|
speakup_info.port_tts = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user