lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 11 Feb 2020 09:22:37 +0200
From:   Tomi Valkeinen <tomi.valkeinen@...com>
To:     Kieran Bingham <kieran.bingham+renesas@...asonboard.com>,
        <linux-renesas-soc@...r.kernel.org>
CC:     Laurent Pinchart <laurent.pinchart@...asonboard.com>,
        David Airlie <airlied@...ux.ie>,
        Daniel Vetter <daniel@...ll.ch>,
        Jiri Kosina <trivial@...nel.org>,
        "open list:DRM DRIVERS FOR TI OMAP" <dri-devel@...ts.freedesktop.org>,
        open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drm/omapdrm: Fix trivial spelling

On 09/12/2019 14:33, Kieran Bingham wrote:
> Fix trivial spelling identified while examining the code.
> 
> 	s/supprted./supported./
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@...asonboard.com>
> ---
>   drivers/gpu/drm/omapdrm/omap_crtc.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/omapdrm/omap_crtc.c b/drivers/gpu/drm/omapdrm/omap_crtc.c
> index 3c5ddbf30e97..fce7e944a280 100644
> --- a/drivers/gpu/drm/omapdrm/omap_crtc.c
> +++ b/drivers/gpu/drm/omapdrm/omap_crtc.c
> @@ -831,7 +831,7 @@ struct drm_crtc *omap_crtc_init(struct drm_device *dev,
>   	 * OMAP_DSS_CHANNEL_DIGIT. X server assumes 256 element gamma
>   	 * tables so lets use that. Size of HW gamma table can be
>   	 * extracted with dispc_mgr_gamma_size(). If it returns 0
> -	 * gamma table is not supprted.
> +	 * gamma table is not supported.
>   	 */
>   	if (priv->dispc_ops->mgr_gamma_size(priv->dispc, channel)) {
>   		unsigned int gamma_lut_size = 256;
> 

Thanks, applied.

  Tomi

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ