From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CF05239022D for ; Thu, 9 Apr 2026 23:39:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=140.77.166.138 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775777950; cv=none; b=EAS7qOtOlOagjhOpjlC/F9j3ZYqX4DuWmJqTm5o9FoXnok7soeDnr1Y4PCyJxy3I2VaI0BwuXXxM0gzUB9bq1VLIQgaixV/Pd9G8Z0ksnaFjf7I7Ca+fZgYGrUr6vul/sfdqfuRyUfdV9OtKa6OA5mAiC1aS83N3h95wsgg3ZX4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775777950; c=relaxed/simple; bh=7K7IRjS/K2+hfmHDmKgAotIpT+M0W6lVfygDLR8i9hw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RkFCxyC0bKGBaitFdlr7RzyTtD9qAZU1qJxLPR0q2IRDS1k1Axj5UMna6gc8Hxolzx6MqZnrbjVPLqm4Y8qBdGidny5rxEZSaXV2hf3i/lpb3A411SefETT6I3PfAxbrCCBcSgVFCbXPfxVbRcEOqnxpL/jpGqjEQHRq+OPhjuE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org; arc=none smtp.client-ip=140.77.166.138 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id B3708A1B9A; Fri, 10 Apr 2026 01:33:13 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WWCjSF5SDu3d; Fri, 10 Apr 2026 01:33:13 +0200 (CEST) Received: from end (aamiens-653-1-40-48.w83-192.abo.wanadoo.fr [83.192.199.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 0FF43A01D8; Fri, 10 Apr 2026 01:33:13 +0200 (CEST) Received: from samy by end with local (Exim 4.99.1) (envelope-from ) id 1wAys4-00000002Nos-1uha; Fri, 10 Apr 2026 01:33:12 +0200 Date: Fri, 10 Apr 2026 01:33:12 +0200 From: Samuel Thibault To: Francisco Maestre Cc: w.d.hubbs@gmail.com, chris@the-brannons.com, kirk@reisers.ca, speakup@linux-speakup.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] speakup: speakup_soft: fix comment style and repeated word Message-ID: Mail-Followup-To: Samuel Thibault , Francisco Maestre , w.d.hubbs@gmail.com, chris@the-brannons.com, kirk@reisers.ca, speakup@linux-speakup.org, linux-kernel@vger.kernel.org References: <20260409220535.98479-1-francisco@maestretorreblanca.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260409220535.98479-1-francisco@maestretorreblanca.com> Organization: I am not organized 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 Reviewed-by: Samuel Thibault > --- > 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 C'ETAIT PAS UN BUG ! :ppp c ce qu'on dit ;) (j'ai appuye sur ON, ca peut arriver, non ?) -+- #hp debuggue IRCprime -+-