[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220314145928.GA529711@gnbcxd0016.gnb.st.com>
Date: Mon, 14 Mar 2022 15:59:42 +0100
From: Alain Volmat <alain.volmat@...s.st.com>
To: Julia Lawall <Julia.Lawall@...ia.fr>
CC: <kernel-janitors@...r.kernel.org>, David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
<dri-devel@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 16/30] drm/sti: fix typos in comments
Hi Julia
thanks for the patch.
Reviewed-by: Alain Volmat <alain.volmat@...s.st.com>
Alain
On Mon, Mar 14, 2022 at 12:53:40PM +0100, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
>
> ---
> drivers/gpu/drm/sti/sti_gdp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/sti/sti_gdp.c b/drivers/gpu/drm/sti/sti_gdp.c
> index 3db3768a3241..b58415f2e4d8 100644
> --- a/drivers/gpu/drm/sti/sti_gdp.c
> +++ b/drivers/gpu/drm/sti/sti_gdp.c
> @@ -406,7 +406,7 @@ static struct sti_gdp_node_list *sti_gdp_get_free_nodes(struct sti_gdp *gdp)
> (hw_nvn != gdp->node_list[i].top_field_paddr))
> return &gdp->node_list[i];
>
> - /* in hazardious cases restart with the first node */
> + /* in hazardous cases restart with the first node */
> DRM_ERROR("inconsistent NVN for %s: 0x%08X\n",
> sti_plane_to_str(&gdp->plane), hw_nvn);
>
>
Powered by blists - more mailing lists