Re: [PATCH] drm/qxl: fix comment typo

2024-04-24 Thread Wander Lairson Costa
On Wed, Apr 24, 2024 at 6:06 AM Xinghui Li wrote: > > There is one typo in drivers/gpu/drm/qxl/qxl_gem.c's comment, which > 'acess' should be 'access'. So fix it. > > Signed-off-by: Xinghui Li > --- > drivers/gpu/drm/qxl/qxl_gem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[PATCH] drm/qxl: fix comment typo

2024-04-24 Thread Xinghui Li
There is one typo in drivers/gpu/drm/qxl/qxl_gem.c's comment, which 'acess' should be 'access'. So fix it. Signed-off-by: Xinghui Li --- drivers/gpu/drm/qxl/qxl_gem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/qxl/qxl_gem.c b/drivers/gpu/drm/qxl/qxl_gem.c