<div dir="ltr">Ccing dri-devel and linux-kernel.<br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">---------- Forwarded message ---------<br>From: <b class="gmail_sendername" dir="auto">Igor Matheus Andrade Torrente</b> <span dir="auto"><<a href="mailto:igormtorrente@gmail.com">igormtorrente@gmail.com</a>></span><br>Date: Mon, Mar 16, 2020 at 6:04 PM<br>Subject: [PATCH] Staging: drm_gem: Fix a typo in a function comment<br>To:  <<a href="mailto:maarten.lankhorst@linux.intel.com">maarten.lankhorst@linux.intel.com</a>>,  <<a href="mailto:mripard@kernel.org">mripard@kernel.org</a>>,  <sean@poorly.run>,  <<a href="mailto:airlied@linux.ie">airlied@linux.ie</a>>,  <<a href="mailto:daniel@ffwll.ch">daniel@ffwll.ch</a>>,  <<a href="mailto:sumit.semwal@linaro.org">sumit.semwal@linaro.org</a>><br>Cc: Igor Matheus Andrade Torrente <<a href="mailto:igormtorrente@gmail.com">igormtorrente@gmail.com</a>>,  <<a href="mailto:Rodrigo.Siqueira@amd.com">Rodrigo.Siqueira@amd.com</a>>,  <<a href="mailto:rodrigosiqueiramelo@gmail.com">rodrigosiqueiramelo@gmail.com</a>>,  <<a href="mailto:andrealmeid@collabora.com">andrealmeid@collabora.com</a>><br></div><br><br>Replace "pionter" with "pointer" in the<br>
drm_gem_handle_create description.<br>
<br>
Signed-off-by: Igor Matheus Andrade Torrente <<a href="mailto:igormtorrente@gmail.com" target="_blank">igormtorrente@gmail.com</a>><br>
---<br>
 drivers/gpu/drm/drm_gem.c | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/drivers/gpu/drm/drm_gem.c b/drivers/gpu/drm/drm_gem.c<br>
index 6e960d57371e..c356379f5e97 100644<br>
--- a/drivers/gpu/drm/drm_gem.c<br>
+++ b/drivers/gpu/drm/drm_gem.c<br>
@@ -432,7 +432,7 @@ drm_gem_handle_create_tail(struct drm_file *file_priv,<br>
  * drm_gem_handle_create - create a gem handle for an object<br>
  * @file_priv: drm file-private structure to register the handle for<br>
  * @obj: object to register<br>
- * @handlep: pionter to return the created handle to the caller<br>
+ * @handlep: pointer to return the created handle to the caller<br>
  *<br>
  * Create a handle for this object. This adds a handle reference to the object,<br>
  * which includes a regular reference count. Callers will likely want to<br>
-- <br>
2.20.1<br>
<br>
</div></div>