aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_dp_helper.h
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>2020-06-09 13:46:01 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2020-06-10 17:32:24 +0200
commitfedbfcc6f7977d9033ba8dec1c8044f3c1faf3d1 (patch)
tree40cc08b3a62dc40385068f4278d6a9223cc99eb7 /include/drm/drm_dp_helper.h
parentdrm/vc4: crtc: Restrict HACT_ACT setup to DSI (diff)
downloadwireguard-linux-fedbfcc6f7977d9033ba8dec1c8044f3c1faf3d1.tar.xz
wireguard-linux-fedbfcc6f7977d9033ba8dec1c8044f3c1faf3d1.zip
drivers: gpu: drm: Fix trivial spelling
The word 'descriptor' is misspelled throughout the tree. Fix it up accordingly: decriptors -> descriptors Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20200609124610.3445662-9-kieran.bingham+renesas@ideasonboard.com
Diffstat (limited to 'include/drm/drm_dp_helper.h')
-rw-r--r--include/drm/drm_dp_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h
index 09e674c228b9..aed08e8cb22c 100644
--- a/include/drm/drm_dp_helper.h
+++ b/include/drm/drm_dp_helper.h
@@ -1561,7 +1561,7 @@ enum drm_dp_quirk {
/**
* drm_dp_has_quirk() - does the DP device have a specific quirk
- * @desc: Device decriptor filled by drm_dp_read_desc()
+ * @desc: Device descriptor filled by drm_dp_read_desc()
* @edid_quirks: Optional quirk bitmask filled by drm_dp_get_edid_quirks()
* @quirk: Quirk to query for
*