[PATCH 14/15] speakup: speakup_soft: fix comment style and repeated word

From: Samuel Thibault

Date: Sun May 31 2026 - 19:11:13 EST


From: Francisco Maestre <francisco@xxxxxxxxxxxxxxxxxxxxxx>

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@xxxxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>
---
drivers/accessibility/speakup/speakup_soft.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/accessibility/speakup/speakup_soft.c b/drivers/accessibility/speakup/speakup_soft.c
index 6549bfb96e7f..57d83b82f1d1 100644
--- a/drivers/accessibility/speakup/speakup_soft.c
+++ b/drivers/accessibility/speakup/speakup_soft.c
@@ -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;
--
2.47.3