From: Thomas Zimmermann <tzimmermann@suse.de>
To: Geert Uytterhoeven <geert+renesas@glider.be>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Andrzej Hajda <andrzej.hajda@intel.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Robert Foss <rfoss@kernel.org>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
Jonas Karlman <jonas@kwiboo.se>,
Jernej Skrabec <jernej.skrabec@gmail.com>
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/3] drm: Spelling s/preceeding/preceding/g
Date: Fri, 29 Sep 2023 09:13:26 +0200 [thread overview]
Message-ID: <acca8ad8-a0b4-4fda-ae9a-96463f87bbbb@suse.de> (raw)
In-Reply-To: <b88ab4501bad5494ea64a558a198d69798b83db8.1695903065.git.geert+renesas@glider.be>
[-- Attachment #1.1: Type: text/plain, Size: 2550 bytes --]
Am 28.09.23 um 14:16 schrieb Geert Uytterhoeven:
> Fix misspellings of "preceding".
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
> ---
> drivers/gpu/drm/drm_atomic_helper.c | 4 ++--
> include/drm/drm_modeset_helper_vtables.h | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c
> index 71d3993971075eea..10aadd324cc370ee 100644
> --- a/drivers/gpu/drm/drm_atomic_helper.c
> +++ b/drivers/gpu/drm/drm_atomic_helper.c
> @@ -2373,10 +2373,10 @@ int drm_atomic_helper_setup_commit(struct drm_atomic_state *state,
> EXPORT_SYMBOL(drm_atomic_helper_setup_commit);
>
> /**
> - * drm_atomic_helper_wait_for_dependencies - wait for required preceeding commits
> + * drm_atomic_helper_wait_for_dependencies - wait for required preceding commits
> * @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 signalled
> * by calling drm_crtc_send_vblank_event() on the &drm_crtc_state.event).
> diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h
> index bbc516f313913254..91860372be6c064e 100644
> --- a/include/drm/drm_modeset_helper_vtables.h
> +++ b/include/drm/drm_modeset_helper_vtables.h
> @@ -1464,7 +1464,7 @@ struct drm_mode_config_helper_funcs {
> * swapped into the various state pointers. The passed in state
> * therefore contains copies of the old/previous state. This hook should
> * commit the new state into hardware. Note that the helpers have
> - * already waited for preceeding atomic commits and fences, but drivers
> + * already waited for preceding atomic commits and fences, but drivers
> * can add more waiting calls at the start of their implementation, e.g.
> * to wait for driver-internal request for implicit syncing, before
> * starting to commit the update to the hardware.
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
next prev parent reply other threads:[~2023-09-29 7:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-28 12:16 [PATCH 0/3] drm: Split drm_modeset_helper_vtables.h Geert Uytterhoeven
2023-09-28 12:16 ` [PATCH 1/3] drm: Spelling s/hardward/hardware/g Geert Uytterhoeven
2023-09-29 4:09 ` Neil Armstrong
2023-09-29 7:12 ` Thomas Zimmermann
2023-09-28 12:16 ` [PATCH 2/3] drm: Spelling s/preceeding/preceding/g Geert Uytterhoeven
2023-09-29 7:13 ` Thomas Zimmermann [this message]
2023-09-28 12:16 ` [PATCH/RFC 3/3] drm: Split drm_modeset_helper_vtables.h Geert Uytterhoeven
2023-09-28 13:59 ` Thomas Zimmermann
2023-09-28 15:32 ` Geert Uytterhoeven
2023-09-29 7:11 ` Thomas Zimmermann
2023-09-29 7:33 ` Geert Uytterhoeven
2023-09-29 7:46 ` Thomas Zimmermann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=acca8ad8-a0b4-4fda-ae9a-96463f87bbbb@suse.de \
--to=tzimmermann@suse.de \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=andrzej.hajda@intel.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=geert+renesas@glider.be \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=rfoss@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®