diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2024-02-15 14:24:15 +0100 |
---|---|---|
committer | Maxime Ripard <mripard@kernel.org> | 2024-02-15 17:01:31 +0100 |
commit | c4c96d1417fdb5559b45f5fefa90520c0d29a095 (patch) | |
tree | 17f4a67f1a17dff28c4616f105343208f633eb08 /include/drm | |
parent | aa1267e673fe5307cf00d02add4017d2878598b6 (diff) |
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
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h index 7293c02e17c5..3606e1a7f965 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. * |