diff options
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | 2020-06-09 13:46:01 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2020-06-10 17:32:24 +0200 |
commit | fedbfcc6f7977d9033ba8dec1c8044f3c1faf3d1 (patch) | |
tree | 40cc08b3a62dc40385068f4278d6a9223cc99eb7 /drivers/gpu/drm/drm_dp_helper.c | |
parent | ebd11f706c9d9756edad5b5f3f3310d77d77f60c (diff) | |
download | lwn-fedbfcc6f7977d9033ba8dec1c8044f3c1faf3d1.tar.gz lwn-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 'drivers/gpu/drm/drm_dp_helper.c')
-rw-r--r-- | drivers/gpu/drm/drm_dp_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c index 2510f7991dcf..ff0afd830d26 100644 --- a/drivers/gpu/drm/drm_dp_helper.c +++ b/drivers/gpu/drm/drm_dp_helper.c @@ -1362,7 +1362,7 @@ EXPORT_SYMBOL(drm_dp_get_edid_quirks); /** * drm_dp_read_desc - read sink/branch descriptor from DPCD * @aux: DisplayPort AUX channel - * @desc: Device decriptor to fill from DPCD + * @desc: Device descriptor to fill from DPCD * @is_branch: true for branch devices, false for sink devices * * Read DPCD 0x400 (sink) or 0x500 (branch) into @desc. Also debug log the |