[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200610153210.GA20149@phenom.ffwll.local>
Date: Wed, 10 Jun 2020 17:32:10 +0200
From: Daniel Vetter <daniel@...ll.ch>
To: Kieran Bingham <kieran.bingham+renesas@...asonboard.com>
Cc: Kieran Bingham <kieran.bingham@...asonboard.com>,
linux-renesas-soc@...r.kernel.org,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
Jiri Kosina <trivial@...nel.org>,
"open list:DRM DRIVERS" <dri-devel@...ts.freedesktop.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 08/17] drivers: gpu: drm: Fix trivial spelling
On Tue, Jun 09, 2020 at 01:46:01PM +0100, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
>
> Fix it up accordingly:
> decriptors -> descriptors
>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@...asonboard.com>
Queued for 5.9, thanks for your patch.
-Daniel
> ---
> drivers/gpu/drm/drm_dp_helper.c | 2 +-
> include/drm/drm_dp_helper.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
> index 19c99dddcb99..8f1b329df16d 100644
> --- a/drivers/gpu/drm/drm_dp_helper.c
> +++ b/drivers/gpu/drm/drm_dp_helper.c
> @@ -1365,7 +1365,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
> diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h
> index 2035ac44afde..1165ec105638 100644
> --- a/include/drm/drm_dp_helper.h
> +++ b/include/drm/drm_dp_helper.h
> @@ -1701,7 +1701,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
> *
> --
> 2.25.1
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
Powered by blists - more mailing lists