public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] speakup: speakup_soft: fix comment style and repeated word
@ 2026-04-09 22:05 Francisco Maestre
  2026-04-09 23:33 ` Samuel Thibault
  0 siblings, 1 reply; 2+ messages in thread
From: Francisco Maestre @ 2026-04-09 22:05 UTC (permalink / raw)
  To: w.d.hubbs, chris, kirk, samuel.thibault
  Cc: speakup, linux-kernel, Francisco Maestre

Fix two comment style issues in speakup_soft.c:

- Remove duplicated word 'the' in a block comment ('the the' -> 'the')
- Move the closing '*/' of the block comment to its own line, as
  required by the kernel coding style

Assisted-by: Claude:claude-opus-4-5
Signed-off-by: Francisco Maestre <francisco@maestretorreblanca.com>
---
 drivers/accessibility/speakup/speakup_soft.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/accessibility/speakup/speakup_soft.c b/drivers/accessibility/speakup/speakup_soft.c
index 6d4468246..57d83b82f 100644
--- a/drivers/accessibility/speakup/speakup_soft.c
+++ b/drivers/accessibility/speakup/speakup_soft.c
@@ -446,8 +446,9 @@ static int softsynth_adjust(struct spk_synth *synth, struct st_var_header *var)
 	if (var->var_id != PUNC_LEVEL)
 		return 0;
 
-	/* We want to set the the speech synthesis punctuation level
-	 * accordingly, so it properly tunes speaking A_PUNC characters */
+	/* We want to set the speech synthesis punctuation level
+	 * accordingly, so it properly tunes speaking A_PUNC characters
+	 */
 	var_data = var->data;
 	if (!var_data)
 		return 0;
-- 
2.50.1 (Apple Git-155)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/4] speakup: speakup_soft: fix comment style and repeated word
  2026-04-09 22:05 [PATCH 1/4] speakup: speakup_soft: fix comment style and repeated word Francisco Maestre
@ 2026-04-09 23:33 ` Samuel Thibault
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Thibault @ 2026-04-09 23:33 UTC (permalink / raw)
  To: Francisco Maestre; +Cc: w.d.hubbs, chris, kirk, speakup, linux-kernel

Francisco Maestre, le jeu. 09 avril 2026 17:05:35 -0500, a ecrit:
> Fix two comment style issues in speakup_soft.c:
> 
> - Remove duplicated word 'the' in a block comment ('the the' -> 'the')
> - Move the closing '*/' of the block comment to its own line, as
>   required by the kernel coding style
> 
> Assisted-by: Claude:claude-opus-4-5
> Signed-off-by: Francisco Maestre <francisco@maestretorreblanca.com>


Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

> ---
>  drivers/accessibility/speakup/speakup_soft.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/accessibility/speakup/speakup_soft.c b/drivers/accessibility/speakup/speakup_soft.c
> index 6d4468246..57d83b82f 100644
> --- a/drivers/accessibility/speakup/speakup_soft.c
> +++ b/drivers/accessibility/speakup/speakup_soft.c
> @@ -446,8 +446,9 @@ static int softsynth_adjust(struct spk_synth *synth, struct st_var_header *var)
>  	if (var->var_id != PUNC_LEVEL)
>  		return 0;
>  
> -	/* We want to set the the speech synthesis punctuation level
> -	 * accordingly, so it properly tunes speaking A_PUNC characters */
> +	/* We want to set the speech synthesis punctuation level
> +	 * accordingly, so it properly tunes speaking A_PUNC characters
> +	 */
>  	var_data = var->data;
>  	if (!var_data)
>  		return 0;
> -- 
> 2.50.1 (Apple Git-155)
> 

-- 
Samuel
<Y> C'ETAIT PAS UN BUG !
<y> :ppp
<y> c ce qu'on dit ;)
<Y> (j'ai appuye sur ON, ca peut arriver, non ?)
 -+- #hp debuggue IRCprime -+-

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-09 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-09 22:05 [PATCH 1/4] speakup: speakup_soft: fix comment style and repeated word Francisco Maestre
2026-04-09 23:33 ` Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox