drm: Spelling s/hardward/hardware/g

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
This commit is contained in:
Geert Uytterhoeven 2024-02-15 14:24:15 +01:00 committed by Maxime Ripard
parent aa1267e673
commit c4c96d1417
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5

View File

@ -107,7 +107,7 @@ struct drm_bridge_funcs {
* Since this function is both called from the check phase of an atomic * 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 * 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 * 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 * limits which depend upon the configuration can only be checked in
* @mode_fixup. * @mode_fixup.
* *