From nobody Mon Apr 20 01:10:49 2026 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 9F4D9C43334 for ; Thu, 23 Jun 2022 10:11:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231163AbiFWKLu (ORCPT ); Thu, 23 Jun 2022 06:11:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230441AbiFWKLt (ORCPT ); Thu, 23 Jun 2022 06:11:49 -0400 Received: from smtpbg.qq.com (smtpbg123.qq.com [175.27.65.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1783349F11 for ; Thu, 23 Jun 2022 03:11:44 -0700 (PDT) X-QQ-mid: bizesmtp86t1655979080tmae7bvk Received: from ubuntu.localdomain ( [106.117.99.68]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 23 Jun 2022 18:11:15 +0800 (CST) X-QQ-SSF: 01000000008000B0C000B00A0000000 X-QQ-FEAT: eTtJes0duVuwo973AxPJ44nNgZK3VipdwRJZACVeW0Ma4a7QjAtNIY77AxfN1 yVaANgSxeuFDkkDa3lumdkOgkd3ZyKvtmtgpr8q2Vq8+mV+RscW8g9fpkTuUKI5guviJZe4 ZgTheEIsN/wh2aZBerfxSO9TccQB1va3TxqwKiVD3Wdju8I1+jcqYZVfpPuNx5gIrNndb8s Ry/nu3rCoy97BIBRB3TiFxfv0sudoMSSo1bphwUjfW8yuppyl1rdgBKrWBXlFdlJ/JB5/VF 0BR/Tfde5SapnWrUQ8ZcBGneepDo4ijB5pJC0Pl26b5w2Qm6pXkvDIHoCZhNifyIz+5Kz24 AJmKKvIdyTPN1WXXj9+pPskSDqn3Q== X-QQ-GoodBg: 0 From: Jiang Jian To: airlied@linux.ie, daniel@ffwll.ch Cc: jani.nikula@linux.intel.com, joonas.lahtinen@linux.intel.com, rodrigo.vivi@intel.com, tvrtko.ursulin@linux.intel.com, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Jiang Jian Subject: [PATCH] GPU: drm: i915: drop unexpected word 'for' in comments Date: Thu, 23 Jun 2022 18:11:13 +0800 Message-Id: <20220623101113.28470-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" there is an unexpected word 'for' in the comments that need to be dropped file - drivers/gpu/drm/i915/i915_reg.h line - 2537 * Please check the detailed lore in the commit message for for experimental changed to: * Please check the detailed lore in the commit message for experimental Signed-off-by: Jiang Jian --- drivers/gpu/drm/i915/i915_reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_re= g.h index 616164fa2e32..738c020396af 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h @@ -2534,7 +2534,7 @@ * HDMI/DP bits are g4x+ * * WARNING: Bspec for hpd status bits on gen4 seems to be completely confu= sed. - * Please check the detailed lore in the commit message for for experiment= al + * Please check the detailed lore in the commit message for experimental * evidence. */ /* Bspec says GM45 should match G4X/VLV/CHV, but reality disagrees */ --=20 2.17.1