From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 A491F3D1CD5 for ; Mon, 15 Jun 2026 09:00:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781514039; cv=none; b=qZuntVyRGSzQ2KnUZx775pfX0JniBVtAQ3vV5Yqfwe2+Saw62RmRH7EF75yRLvFcQotUPsVFQm54Zfn+0M03jjmuKHt/s8rpFas7XdKKY8G3406o0YGWG4pvCO6dCEPx9Qx/167r7fx3C3Ay/78gS9jUekeODdbdzzYljqke7Cs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781514039; c=relaxed/simple; bh=mUCwgCSeeenifrAOP6jNZ19dLQlFKywX5ciZYMwKSNE=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References: MIME-Version:Content-Type; b=QoJb4fgQNeKOIeqkagX8Epy44MWMzPw/GeKkddxGwh1X4fP68CvCXR9Uq3kHS4kjQAidZK/71/G1nn78gIj8hh6bdYuafZKzJ1vCwq0UVc0OaQiCtLOxti+p2/6ciypV0rN/bqFwwRidv3LovmaWLL7ukGrmbOlTsLwvcP4ho5c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aCdentUO; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aCdentUO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DBC61F000E9; Mon, 15 Jun 2026 09:00:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781514032; bh=uvrc+d2fBoqBf9XIMEx0pzNjpbhetrV9GlXM4f25Lpc=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=aCdentUO5h1n/e5R4JjFH7NzxADU9xu77DX/aC97+dOr4KWpdei3S+K7d77uoOwnn FOh1OLzuuiIPWraKraYgZ56UNzUDUADbp4LBu5xpl3T/rtOjfTIVFA7xDSNjuinicU f/zl/KOj3NP+WOD66Nbmw2C64tQmdXTlndPmdiPexUg6qOmP7/Dbp7AEyxrJC9LGoP bDGYA7ybmHwK+DEHwbzSSScYgSGRHYburD817P+bziQN2X9ElcaPFewPwcrWUkTc79 TeOE9pS+aQRay0/hhwpuwti2YZiA9371jm5gCkKmTIVCm/cX9CT3arOaKRWyPnNb00 N+HdHPqu0aeEQ== Received: from sofa.misterjones.org ([185.219.108.64] helo=lobster-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wZ3BE-0000000CrvC-2uw3; Mon, 15 Jun 2026 09:00:30 +0000 Date: Mon, 15 Jun 2026 10:03:47 +0100 Message-ID: <87fr2o89ak.wl-maz@kernel.org> From: Marc Zyngier To: Kemeng Shi Cc: tglx@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/6] irqchip/gic-v3-its: fix typo in comments In-Reply-To: <20260615032910.54735-6-shikemeng@huaweicloud.com> References: <20260615032910.54735-1-shikemeng@huaweicloud.com> <20260615032910.54735-6-shikemeng@huaweicloud.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: shikemeng@huaweicloud.com, tglx@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false On Mon, 15 Jun 2026 04:29:09 +0100, Kemeng Shi wrote: > > 1. "If it some" -> "If some" > 2. "by table by reading" -> by reading" > > Signed-off-by: Kemeng Shi > --- > drivers/irqchip/irq-gic-v3-its.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/irqchip/irq-gic-v3-its.c b/drivers/irqchip/irq-gic-v3-its.c > index becd8dd51720..fc32a1709f76 100644 > --- a/drivers/irqchip/irq-gic-v3-its.c > +++ b/drivers/irqchip/irq-gic-v3-its.c > @@ -163,7 +163,7 @@ struct event_lpi_map { > > /* > * The ITS view of a device - belongs to an ITS, owns an interrupt > - * translation table, and a list of interrupts. If it some of its > + * translation table, and a list of interrupts. If some of its > * LPIs are injected into a guest (GICv4), the event_map.vm field > * indicates which one. > */ > @@ -2501,7 +2501,7 @@ static bool its_parse_indirect_baser(struct its_node *its, > if ((esz << ids) > (psz * 2)) { > /* > * Find out whether hw supports a single or two-level table by > - * table by reading bit at offset '62' after writing '1' to it. > + * reading bit at offset '62' after writing '1' to it. > */ If you are going to fix that comment, fix it for good by replacing the reference to a bit number with its actual name, making it valuable for everyone. M. > its_write_baser(its, baser, val | GITS_BASER_INDIRECT); > indirect = !!(baser->val & GITS_BASER_INDIRECT); > -- > 2.36.1 > > -- Jazz isn't dead. It just smells funny.