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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAAQKjZN9K1GieEpG4uebJ_ygtpwbVOLD3Poy-+jQePYBwsb7Zw@mail.gmail.com>
Date: Mon, 7 Oct 2024 10:44:12 +0900
From: Inki Dae <daeinki@...il.com>
To: Shen Lichuan <shenlichuan@...o.com>
Cc: sw0312.kim@...sung.com, kyungmin.park@...sung.com, airlied@...il.com, 
	simona@...ll.ch, krzk@...nel.org, alim.akhtar@...sung.com, 
	dri-devel@...ts.freedesktop.org, linux-arm-kernel@...ts.infradead.org, 
	linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org, 
	opensource.kernel@...o.com
Subject: Re: [PATCH v1] drm/exynos: gsc: Fix typo in comment

2024년 9월 9일 (월) 오후 5:08, Shen Lichuan <shenlichuan@...o.com>님이 작성:
>
> Replace 'initailization' with 'initialization' in the comment.
>
> Signed-off-by: Shen Lichuan <shenlichuan@...o.com>
> ---
>  drivers/gpu/drm/exynos/exynos_drm_gsc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_gsc.c b/drivers/gpu/drm/exynos/exynos_drm_gsc.c
> index 1b111e2c3347..fc5fc65823c6 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_gsc.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_gsc.c
> @@ -1286,7 +1286,7 @@ static int gsc_probe(struct platform_device *pdev)
>                 return ret;
>         }
>
> -       /* context initailization */
> +       /* context initialization */

Merged.

Thanks,
Inki Dae

>         ctx->id = pdev->id;
>
>         platform_set_drvdata(pdev, ctx);
> --
> 2.17.1
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ