<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 12pt; font-family: Verdana,Geneva,sans-serif'>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Fix typo in comment of msm_gem.c.<br /><br />Signed-off-by: Zhu Mao <zhumao001@208suo.com><br />---<br /> drivers/gpu/drm/msm/msm_gem.c | 4 ++--<br /> 1 file changed, 2 insertions(+), 2 deletions(-)<br /><br />diff --git a/drivers/gpu/drm/msm/msm_gem.c b/drivers/gpu/drm/msm/msm_gem.c<br />index 20cfd86d2b32..ef81074416af 100644<br />--- a/drivers/gpu/drm/msm/msm_gem.c<br />+++ b/drivers/gpu/drm/msm/msm_gem.c<br />@@ -503,8 +503,8 @@ void msm_gem_unpin_locked(struct drm_gem_object *obj)<br /> <br /> /* Special unpin path for use in fence-signaling path, avoiding the need<br />  * to hold the obj lock by only depending on things that a protected by<br />- * the LRU lock.  In particular we know that that we already have backing<br />- * and and that the object's dma_resv has the fence for the current<br />+ * the LRU lock.  In particular we know that we already have backing<br />+ * and that the object's dma_resv has the fence for the current<br />  * submit/job which will prevent us racing against page eviction.<br />  */<br /> void msm_gem_unpin_active(struct drm_gem_object *obj)</div>

</body></html>