[1/3] drm: Spelling s/hardward/hardware/g

Message ID 17b8682bb30f15001afac754d5844194428df5af.1695903065.git.geert+renesas@glider.be
State New
Headers
Series drm: Split drm_modeset_helper_vtables.h |

Commit Message

Geert Uytterhoeven Sept. 28, 2023, 12:16 p.m. UTC
  Fix misspellings of "hardware".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 include/drm/drm_bridge.h                 | 2 +-
 include/drm/drm_modeset_helper_vtables.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
  

Comments

Neil Armstrong Sept. 29, 2023, 4:09 a.m. UTC | #1
Le 28/09/2023 à 14:16, Geert Uytterhoeven a écrit :
> Fix misspellings of "hardware".
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>   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.
>   	 *

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
  
Thomas Zimmermann Sept. 29, 2023, 7:12 a.m. UTC | #2
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)
  

Patch

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.
 	 *