mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
speakup: speakup_soft: fix comment style and repeated word
Fix comment style issues in speakup_soft.c: - Move the closing '*/' of the block comment to its own line, as required by the kernel coding style Signed-off-by: Francisco Maestre <francisco@maestretorreblanca.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Link: https://patch.msgid.link/20260531230804.254962-15-samuel.thibault@ens-lyon.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6a4c7d85f0
commit
a21164f89e
@@ -447,7 +447,8 @@ static int softsynth_adjust(struct spk_synth *synth, struct st_var_header *var)
|
||||
return 0;
|
||||
|
||||
/* We want to set the speech synthesis punctuation level
|
||||
* accordingly, so it properly tunes speaking A_PUNC characters */
|
||||
* accordingly, so it properly tunes speaking A_PUNC characters
|
||||
*/
|
||||
var_data = var->data;
|
||||
if (!var_data)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user