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 64E2A25B0B7 for ; Tue, 30 Jun 2026 16:46:43 +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=1782838004; cv=none; b=S1IddyLwInnV37yreXeehqfU64y0GjGTCXbzdQf+Ht8sVgpfTgWtLOt4RbfWUE/VES3AkVSSOAvMu5q61aRxDIg8YaoVz9qxbrmJqORiasGhp5o75SF48XaWw1wCs15Sv3YOYZQ6ktCHZjUQ9hEaBQWhYFcZW/HY1md9u1FRUjs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782838004; c=relaxed/simple; bh=JsSmn/Ym4rIfw+BEzFG/DXRtKruT7qpFcCYDJEP5Xyc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=JacCfUmyh1eudK+GbJLobI65/0arq/w/6x50YT9r1DiwyJ6gCjv/ghGHEKZxG+zHNGTO8AzbmJeI7jesPIhQN2TW3TLCfuAJW++z1PC1n8feBdHPOdY6I3dLcfs7d1Qq/NJL0RVhP9d0VW5TAhas0SpR+BSXGqv1IojqocAdPYs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KxSALCyI; 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="KxSALCyI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5F6301F000E9; Tue, 30 Jun 2026 16:46:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782838003; bh=v425l5fGaj5j3I5wHq/+1EGFejZvpbEqVqanXS2RMfc=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=KxSALCyI629JukeKdtSpTRRt+ptM+WSKSHF4DmjwoJNbE+l2cDMsWaMYW/ZEpvbvq FQXXIvsyUxvGkxzjVV9UrPS+ppNeWPKdpOpSd2Xrkp1GLGAD82q2qcmmFZneTGSwIA qnK6+V86ziQ61Uen9obJHFRyqBe3P17tpdeNubPgw01u1GmJxB4/qzZaqghgsyHtpf 6iF9W8Dn5fFF2qrq8VXq3nrajWsCcOuYieuHq2XqPs3wLAIjUfmDXbbgJTKrlF9Fmv fjtoH+yEdn6jMoXDiRMe8euNkN8tvrMDW1gmFFvtchWdMza/wzNqNipeGh97nTxLof xwiCREXuF5zdA== From: Thomas Gleixner To: Kemeng Shi , maz@kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, shikemeng@huaweicloud.com Subject: Re: [PATCH v3 5/6] irqchip/gic-v3-its: some minor improvement in comments In-Reply-To: <20260623020135.3584-6-shikemeng@huaweicloud.com> References: <20260623020135.3584-1-shikemeng@huaweicloud.com> <20260623020135.3584-6-shikemeng@huaweicloud.com> Date: Tue, 30 Jun 2026 18:46:40 +0200 Message-ID: <87wlvgou1b.ffs@fw13> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Tue, Jun 23 2026 at 10:01, Kemeng Shi wrote: > 1. "If it some" -> "If some" > 2. "by table by reading" -> by reading" > 3. "reading bit at offset '62'" -> "reading GITS_BASER_INDIRECT" Please don't enumerate WHAT the patch is doing. We all can see that from the patch itself. Something like that is sufficient and clear enough: 'Fix grammar and replace a bit number with the symbol for better readability'