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:
Francisco Maestre 2026-06-01 01:08:03 +02:00 committed by Greg Kroah-Hartman
parent 6a4c7d85f0
commit a21164f89e

View File

@ -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;