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: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 1/3] drm: Spelling s/hardward/hardware/g
Date: Fri, 29 Sep 2023 09:12:17 +0200 [thread overview]
Message-ID: <7148e50e-3233-4f52-b522-8a7c69e0a2c8@suse.de> (raw)
In-Reply-To: <17b8682bb30f15001afac754d5844194428df5af.1695903065.git.geert+renesas@glider.be>
[-- Attachment #1.1: Type: text/plain, Size: 2697 bytes --]
Am 28.09.23 um 14:16 schrieb Geert Uytterhoeven:
> Fix misspellings of "hardware".
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
> ---
> include/drm/drm_bridge.h | 2 +-
> include/drm/drm_modeset_helper_vtables.h | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h
> index cfb7dcdb66c4b0b5..05b360a4357fed01 100644
> --- a/include/drm/drm_bridge.h
> +++ b/include/drm/drm_bridge.h
> @@ -107,7 +107,7 @@ struct drm_bridge_funcs {
> * Since this function is both called from the check phase of an atomic
> * commit, and the mode validation in the probe paths it is not allowed
> * to look at anything else but the passed-in mode, and validate it
> - * against configuration-invariant hardward constraints. Any further
> + * against configuration-invariant hardware constraints. Any further
> * limits which depend upon the configuration can only be checked in
> * @mode_fixup.
> *
> diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h
> index e3c3ac615909474b..bbc516f313913254 100644
> --- a/include/drm/drm_modeset_helper_vtables.h
> +++ b/include/drm/drm_modeset_helper_vtables.h
> @@ -134,7 +134,7 @@ struct drm_crtc_helper_funcs {
> * Since this function is both called from the check phase of an atomic
> * commit, and the mode validation in the probe paths it is not allowed
> * to look at anything else but the passed-in mode, and validate it
> - * against configuration-invariant hardward constraints. Any further
> + * against configuration-invariant hardware constraints. Any further
> * limits which depend upon the configuration can only be checked in
> * @mode_fixup or @atomic_check.
> *
> @@ -550,7 +550,7 @@ struct drm_encoder_helper_funcs {
> * Since this function is both called from the check phase of an atomic
> * commit, and the mode validation in the probe paths it is not allowed
> * to look at anything else but the passed-in mode, and validate it
> - * against configuration-invariant hardward constraints. Any further
> + * against configuration-invariant hardware constraints. Any further
> * limits which depend upon the configuration can only be checked in
> * @mode_fixup or @atomic_check.
> *
--
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:12 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 [this message]
2023-09-28 12:16 ` [PATCH 2/3] drm: Spelling s/preceeding/preceding/g Geert Uytterhoeven
2023-09-29 7:13 ` Thomas Zimmermann
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=7148e50e-3233-4f52-b522-8a7c69e0a2c8@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®