From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9BB0CCD54A7 for ; Tue, 19 Sep 2023 08:19:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230507AbjISITz (ORCPT ); Tue, 19 Sep 2023 04:19:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57620 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229770AbjISITq (ORCPT ); Tue, 19 Sep 2023 04:19:46 -0400 Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D03A112E for ; Tue, 19 Sep 2023 01:19:40 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 7B6302010E; Tue, 19 Sep 2023 10:19:38 +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 C0CAruRv-8UU; Tue, 19 Sep 2023 10:19:38 +0200 (CEST) Received: from begin (nat-inria-interne-52-gw-01-bso.bordeaux.inria.fr [194.199.1.52]) (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 19E1A20108; Tue, 19 Sep 2023 10:19:37 +0200 (CEST) Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1qiVxI-006EZ9-26; Tue, 19 Sep 2023 10:19:36 +0200 Date: Tue, 19 Sep 2023 10:19:36 +0200 From: Samuel Thibault To: huangli05 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] staging: speakup: modify syntax errors in comments Message-ID: <20230919081936.he5ghmgjeiu7264h@begin> Mail-Followup-To: Samuel Thibault , huangli05 , w.d.hubbs@gmail.com, chris@the-brannons.com, kirk@reisers.ca, speakup@linux-speakup.org, linux-kernel@vger.kernel.org References: <20230919074206.36909-1-huangli05@inspur.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230919074206.36909-1-huangli05@inspur.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org huangli05, le mar. 19 sept. 2023 15:42:06 +0800, a ecrit: > From: “huangli05“ > > Change "/* We want to set the the speech synthesis" to "/* We want to set the speech synthesis" > > Signed-off-by: “huangli05“ Reviewed-by: Samuel Thibault > --- > drivers/accessibility/speakup/speakup_soft.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/accessibility/speakup/speakup_soft.c b/drivers/accessibility/speakup/speakup_soft.c > index 6d446824677b..6549bfb96e7f 100644 > --- a/drivers/accessibility/speakup/speakup_soft.c > +++ b/drivers/accessibility/speakup/speakup_soft.c > @@ -446,7 +446,7 @@ 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 > + /* 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) > -- > 2.31.1 >