From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (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 414FB47C10C; Thu, 10 Sep 2026 11:45:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789040757; cv=none; b=AHX78wkD5N4odkgm2BjTCRR/1sZa0Xl+MDtgD7B1Xu+vtW59BKdwsTQ/IlnRBytN92HIvAtavF78nyoOiQwQ3JgZHAHU1P8buJ9IEhtokxYpwsa0cXIC4gauQy+rhnR0WrIaBljpx0J/J3tLgyq3VeXWXiq7wp+oYPPAQqME3u0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789040757; c=relaxed/simple; bh=mZ3uQbEFoWguoSsIsjnlZSCOX/afMQA9qaSy3SfszTA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ps8haO/KegRUfjL+hkUEiMrnyGBmwGrtnJ2502nxPDmnriHYs7qpVhPLoRyQLm3dMCqLZRc06dyxM2UDwYxIcOYTsPa9owgLOUPk0IW1G5WnJMotwK/njrIqx4oTSmqfEsi+1nq9adrdiEqh3WMHusgupoeErgkzapYiyyc5H78= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=hnzBI4Q+; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="hnzBI4Q+" Received: from killaraus.ideasonboard.com (2001-14ba-70f3-e800--a06.rev.dnainternet.fi [IPv6:2001:14ba:70f3:e800::a06]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 8675BC48; Thu, 10 Sep 2026 13:44:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1789040654; bh=mZ3uQbEFoWguoSsIsjnlZSCOX/afMQA9qaSy3SfszTA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hnzBI4Q+uHTmWx+2n7fgZCpLNaFX0QB6iearzZlJ54NmKocLMU5XjkpHLugNj4Ywk MeTVSlfM9t6Y8+ePtFPk/qqycjKeMiRoih60vSxd/IB6nDT7KNFeG6niURfRXINmvS 1cw9kwNTco55R6LW5igjVHP/TCRObBYUE8vedywg= Date: Thu, 10 Sep 2026 14:45:50 +0300 From: Laurent Pinchart To: Hans Verkuil Cc: Hemanth Selam , Mauro Carvalho Chehab , Kieran Bingham , Hans Verkuil , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH 2/3] media: fix repeated words in comments Message-ID: <20260910114550.GJ1892234@killaraus.ideasonboard.com> References: <20260904113450.15838-1-hemanth.selam@gmail.com> <20260904113450.15838-3-hemanth.selam@gmail.com> <20260904133645.GA795906@killaraus.ideasonboard.com> <3f13417b-cca2-4403-8fb4-ac9c65f1311d@kernel.org> 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=utf-8 Content-Disposition: inline In-Reply-To: <3f13417b-cca2-4403-8fb4-ac9c65f1311d@kernel.org> On Thu, Sep 10, 2026 at 01:30:11PM +0200, Hans Verkuil wrote: > On 04/09/2026 15:36, Laurent Pinchart wrote: > > On Fri, Sep 04, 2026 at 05:04:43PM +0530, Hemanth Selam wrote: > >> Drop words accidentally written twice, reported by checkpatch.pl as a > >> possible repeated word. Only touches comments, no code changes. > >> > >> Assisted-by: Cursor:claude-opus-5 > > > > This is not a good use of reviewer time. NAK. > > Actually, I'll take this patch. > > Laurent, feel free to delegate patches fixing typos/grammar to me. I hate > typos etc. in code, they actually make the code harder to read. Patches > fixing that take very little time to review, so I'm fine doing that. I don't welcome people who use LLMs to generate noise with barely any value, just for the sake of having their name in the kernel git log. We have enough important patches to review. This kind of submission should be discouraged. It would be different if the typo fixes were part of a human-written series that adds real value. > >> Signed-off-by: Hemanth Selam > >> --- > >> drivers/media/i2c/adv7175.c | 2 +- > >> drivers/media/platform/renesas/vsp1/vsp1_dl.c | 2 +- > >> drivers/media/usb/gspca/ov519.c | 2 +- > >> 3 files changed, 3 insertions(+), 3 deletions(-) > >> > >> diff --git a/drivers/media/i2c/adv7175.c b/drivers/media/i2c/adv7175.c > >> index f1caab8e2abd..b6f0e1b24383 100644 > >> --- a/drivers/media/i2c/adv7175.c > >> +++ b/drivers/media/i2c/adv7175.c > >> @@ -209,7 +209,7 @@ static int adv7175_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) > >> /* This is an attempt to convert > >> * SECAM->PAL (typically it does not work > >> * due to genlock: when decoder is in SECAM > >> - * and encoder in in PAL the subcarrier can > >> + * and encoder in PAL the subcarrier can > >> * not be synchronized with horizontal > >> * quency) */ > >> adv7175_write_block(sd, init_pal, sizeof(init_pal)); > >> diff --git a/drivers/media/platform/renesas/vsp1/vsp1_dl.c b/drivers/media/platform/renesas/vsp1/vsp1_dl.c > >> index 6430f2ec8b32..8257759421f3 100644 > >> --- a/drivers/media/platform/renesas/vsp1/vsp1_dl.c > >> +++ b/drivers/media/platform/renesas/vsp1/vsp1_dl.c > >> @@ -649,7 +649,7 @@ static void __vsp1_dl_list_put(struct vsp1_dl_list *dl) > >> dl->post_cmd = NULL; > >> > >> /* > >> - * body0 is reused as as an optimisation as presently every display list > >> + * body0 is reused as an optimisation as presently every display list > >> * has at least one body, thus we reinitialise the entries list. > >> */ > >> dl->body0->num_entries = 0; > >> diff --git a/drivers/media/usb/gspca/ov519.c b/drivers/media/usb/gspca/ov519.c > >> index bffa94e76da5..57219a738c73 100644 > >> --- a/drivers/media/usb/gspca/ov519.c > >> +++ b/drivers/media/usb/gspca/ov519.c > >> @@ -13,7 +13,7 @@ > >> * Copyright (c) 1999-2006 Mark W. McClelland > >> * Support for OV519, OV8610 Copyright (c) 2003 Joerg Heckenbach > >> * Many improvements by Bret Wallach > >> - * Color fixes by by Orion Sky Lawlor (2/26/2000) > >> + * Color fixes by Orion Sky Lawlor (2/26/2000) > >> * OV7620 fixes by Charl P. Botha > >> * Changes by Claudio Matsuoka > >> * -- Regards, Laurent Pinchart