]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm: Spelling s/hardward/hardware/g
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 15 Feb 2024 13:24:15 +0000 (14:24 +0100)
committerMaxime Ripard <mripard@kernel.org>
Thu, 15 Feb 2024 16:01:31 +0000 (17:01 +0100)
Fix misspellings of "hardware".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/94c9b76ee906d1b790dfcc435f4221b1197df586.1708003402.git.geert+renesas@glider.be
include/drm/drm_bridge.h

index 7293c02e17c54c7850a4b8a8ad2b140fa9a08f8a..3606e1a7f965b7ae3d5ac0acc2b5d1a68bbfee38 100644 (file)
@@ -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.
         *