From nobody Wed Dec 17 13:04:20 2025 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 04050C25B47 for ; Wed, 25 Oct 2023 08:27:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233954AbjJYI1E (ORCPT ); Wed, 25 Oct 2023 04:27:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232657AbjJYI1C (ORCPT ); Wed, 25 Oct 2023 04:27:02 -0400 Received: from mailgw.kylinos.cn (mailgw.kylinos.cn [124.126.103.232]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA194123 for ; Wed, 25 Oct 2023 01:26:59 -0700 (PDT) X-UUID: 8caf84ca45df4e37a74b474e336fae37-20231025 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.32,REQID:7f8d438c-e792-4676-ad98-4a669ac0b97b,IP:5,U RL:0,TC:0,Content:0,EDM:0,RT:0,SF:-15,FILE:0,BULK:0,RULE:Release_Ham,ACTIO N:release,TS:-10 X-CID-INFO: VERSION:1.1.32,REQID:7f8d438c-e792-4676-ad98-4a669ac0b97b,IP:5,URL :0,TC:0,Content:0,EDM:0,RT:0,SF:-15,FILE:0,BULK:0,RULE:Release_Ham,ACTION: release,TS:-10 X-CID-META: VersionHash:5f78ec9,CLOUDID:376ae428-cb22-4fa7-8134-287af20ad1fc,B ulkID:231025161822M8LQ68ZN,BulkQuantity:1,Recheck:0,SF:66|38|24|17|19|44|1 02,TC:nil,Content:0,EDM:-3,IP:-2,URL:0,File:nil,Bulk:40,QS:nil,BEC:nil,COL :0,OSI:0,OSA:0,AV:0,LES:1,SPR:NO,DKR:0,DKP:0,BRR:0,BRE:0 X-CID-BVR: 0,NGT X-CID-BAS: 0,NGT,0,_ X-CID-FACTOR: TF_CID_SPAM_SNR,TF_CID_SPAM_FAS,TF_CID_SPAM_FSD,TF_CID_SPAM_FSI X-UUID: 8caf84ca45df4e37a74b474e336fae37-20231025 X-User: chentao@kylinos.cn Received: from vt.. [(116.128.244.169)] by mailgw (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 1621551364; Wed, 25 Oct 2023 16:26:46 +0800 From: Kunwu Chan To: daniel@ffwll.ch, airlied@gmail.com, tzimmermann@suse.de, mripard@kernel.org, maarten.lankhorst@linux.intel.com Cc: kunwu.chan@hotmail.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Kunwu Chan Subject: [PATCH] drm/atomic: Spelling fix in comments Date: Wed, 25 Oct 2023 16:26:34 +0800 Message-Id: <20231025082634.34038-1-chentao@kylinos.cn> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" fix a typo in a comments. Signed-off-by: Kunwu Chan --- drivers/gpu/drm/drm_atomic_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atom= ic_helper.c index 2444fc33dd7c..c3f677130def 100644 --- a/drivers/gpu/drm/drm_atomic_helper.c +++ b/drivers/gpu/drm/drm_atomic_helper.c @@ -2382,10 +2382,10 @@ int drm_atomic_helper_setup_commit(struct drm_atomi= c_state *state, EXPORT_SYMBOL(drm_atomic_helper_setup_commit); =20 /** - * drm_atomic_helper_wait_for_dependencies - wait for required preceeding = commits + * drm_atomic_helper_wait_for_dependencies - wait for required preceding c= ommits * @old_state: atomic state object with old state structures * - * This function waits for all preceeding commits that touch the same CRTC= as + * This function waits for all preceding commits that touch the same CRTC = as * @old_state to both be committed to the hardware (as signalled by * drm_atomic_helper_commit_hw_done()) and executed by the hardware (as si= gnalled * by calling drm_crtc_send_vblank_event() on the &drm_crtc_state.event). --=20 2.34.1