diff options
author | Thierry Reding <treding@nvidia.com> | 2019-12-06 14:53:35 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2019-12-22 11:09:46 +0100 |
commit | dbe2d2bf79d2675e647d6a22fcb213e30a9b9706 (patch) | |
tree | 0d844ca226c015acfd1313ee61c3179493fe4cf8 /drivers/gpu/drm/drm_edid.c | |
parent | drm/stm: ltdc: move pinctrl to encoder mode set (diff) | |
download | linux-dbe2d2bf79d2675e647d6a22fcb213e30a9b9706.tar.xz linux-dbe2d2bf79d2675e647d6a22fcb213e30a9b9706.zip |
drm: Fix a couple of typos, punctation and whitespace issues
These are just a couple of things that I came across as I was reading
through the code and comments.
v2: added one more hunk that ended up in the wrong patch
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191206135336.2084564-1-thierry.reding@gmail.com
Diffstat (limited to 'drivers/gpu/drm/drm_edid.c')
-rw-r--r-- | drivers/gpu/drm/drm_edid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index ec5b88120428..99769d6c9f84 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c @@ -4746,7 +4746,7 @@ static void drm_parse_hdmi_forum_vsdb(struct drm_connector *connector, if (scdc->supported) { scdc->scrambling.supported = true; - /* Few sinks support scrambling for cloks < 340M */ + /* Few sinks support scrambling for clocks < 340M */ if ((hf_vsdb[6] & 0x8)) scdc->scrambling.low_rates = true; } |