[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231215053016.552019-1-ghanshyam1898@gmail.com>
Date: Fri, 15 Dec 2023 11:00:16 +0530
From: Ghanshyam Agrawal <ghanshyam1898@...il.com>
To: zackr@...are.com,
linux-graphics-maintainer@...are.com,
maarten.lankhorst@...ux.intel.com,
mripard@...nel.org,
tzimmermann@...e.de,
airlied@...il.com,
daniel@...ll.ch
Cc: Ghanshyam Agrawal <ghanshyam1898@...il.com>,
dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] drivers: gpu: drm: vmwgfx: fixed typos
Fixed some typos in vmwgfx_execbuf.c
Signed-off-by: Ghanshyam Agrawal <ghanshyam1898@...il.com>
---
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
index 36987ef3fc30..272141b6164c 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
@@ -621,10 +621,10 @@ static int vmw_resources_reserve(struct vmw_sw_context *sw_context)
* @sw_context: Pointer to the software context.
* @res_type: Resource type.
* @dirty: Whether to change dirty status.
- * @converter: User-space visisble type specific information.
+ * @converter: User-space visible type specific information.
* @id_loc: Pointer to the location in the command buffer currently being parsed
* from where the user-space resource id handle is located.
- * @p_res: Pointer to pointer to resource validalidation node. Populated on
+ * @p_res: Pointer to pointer to resource validation node. Populated on
* exit.
*/
static int
--
2.25.1
Powered by blists - more mailing lists