aboutsummaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorGravatar Geert Uytterhoeven <geert+renesas@glider.be> 2024-02-15 14:24:15 +0100
committerGravatar Maxime Ripard <mripard@kernel.org> 2024-02-15 17:01:31 +0100
commitc4c96d1417fdb5559b45f5fefa90520c0d29a095 (patch)
tree17f4a67f1a17dff28c4616f105343208f633eb08 /include/drm
parentdrm: ci: use clk_ignore_unused for apq8016 (diff)
downloadlinux-c4c96d1417fdb5559b45f5fefa90520c0d29a095.tar.gz
linux-c4c96d1417fdb5559b45f5fefa90520c0d29a095.tar.bz2
linux-c4c96d1417fdb5559b45f5fefa90520c0d29a095.zip
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.h2
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.
*