From: Geert Uytterhoeven Date: Thu, 15 Feb 2024 13:24:15 +0000 (+0100) Subject: drm: Spelling s/hardward/hardware/g X-Git-Tag: v6.9-rc1~126^2~17^2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4c96d1417fdb5559b45f5fefa90520c0d29a095;p=thirdparty%2Fkernel%2Flinux.git drm: Spelling s/hardward/hardware/g Fix misspellings of "hardware". Signed-off-by: Geert Uytterhoeven Reviewed-by: Neil Armstrong Reviewed-by: Thomas Zimmermann Signed-off-by: Maxime Ripard Link: https://patchwork.freedesktop.org/patch/msgid/94c9b76ee906d1b790dfcc435f4221b1197df586.1708003402.git.geert+renesas@glider.be --- diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h index 7293c02e17c54..3606e1a7f965b 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. *