diff options
author | 2025-01-28 14:20:12 +0530 | |
---|---|---|
committer | 2025-02-21 10:33:02 +0100 | |
commit | bf786586ca0a0c72c249355e8617edbc8a26c4fc (patch) | |
tree | 45c9f828fd07a2c31bb264b895d575f18f1e0eae | |
parent | media: video-i2c: Use HWMON_CHANNEL_INFO macro to simplify code (diff) | |
download | wireguard-linux-bf786586ca0a0c72c249355e8617edbc8a26c4fc.tar.xz wireguard-linux-bf786586ca0a0c72c249355e8617edbc8a26c4fc.zip |
Documentation: media: fix spelling error in the HDMI CEC documentation
Correct the erroneous spelling of 'responsible' in
Documentation/admin-guide/media/cec.rst. This fixes all errors
pointed out by codespell in the file.
Signed-off-by: Chandra Pratap <chandrapratap3519@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
-rw-r--r-- | Documentation/admin-guide/media/cec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/media/cec.rst b/Documentation/admin-guide/media/cec.rst index 92690e1f2183..b2e7a300494a 100644 --- a/Documentation/admin-guide/media/cec.rst +++ b/Documentation/admin-guide/media/cec.rst @@ -451,7 +451,7 @@ configure the CEC devices for HDMI Input and the HDMI Outputs manually. --------------------- A three character manufacturer name that is used in the EDID for the HDMI -Input. If not set, then userspace is reponsible for configuring an EDID. +Input. If not set, then userspace is responsible for configuring an EDID. If set, then the driver will update the EDID automatically based on the resolutions supported by the connected displays, and it will not be possible anymore to manually set the EDID for the HDMI Input. |