dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Simon Ser <contact@emersion.fr>, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm: fix whitespace in drm_plane_create_color_properties()
Date: Thu, 04 Aug 2022 12:39:02 +0300	[thread overview]
Message-ID: <87bkt0pcuh.fsf@intel.com> (raw)
In-Reply-To: <20220803204240.33409-1-contact@emersion.fr>

On Wed, 03 Aug 2022, Simon Ser <contact@emersion.fr> wrote:
> The drm_property_create_enum() call for "COLOR_RANGE" contains a tab
> character in the middle of the argument list.
>
> Signed-off-by: Simon Ser <contact@emersion.fr>

Reviewed-by: Jani Nikula <jani.nikula@intel.com>

> ---
>  drivers/gpu/drm/drm_color_mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_color_mgmt.c b/drivers/gpu/drm/drm_color_mgmt.c
> index 17c6c3eefcd6..d021497841b8 100644
> --- a/drivers/gpu/drm/drm_color_mgmt.c
> +++ b/drivers/gpu/drm/drm_color_mgmt.c
> @@ -575,7 +575,7 @@ int drm_plane_create_color_properties(struct drm_plane *plane,
>  		len++;
>  	}
>  
> -	prop = drm_property_create_enum(dev, 0,	"COLOR_RANGE",
> +	prop = drm_property_create_enum(dev, 0, "COLOR_RANGE",
>  					enum_list, len);
>  	if (!prop)
>  		return -ENOMEM;

-- 
Jani Nikula, Intel Open Source Graphics Center

      reply	other threads:[~2022-08-04  9:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-03 20:42 [PATCH] drm: fix whitespace in drm_plane_create_color_properties() Simon Ser
2022-08-04  9:39 ` Jani Nikula [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bkt0pcuh.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=contact@emersion.fr \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).