[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200319200028.2096-1-igormtorrente@gmail.com>
Date: Thu, 19 Mar 2020 17:00:28 -0300
From: Igor Matheus Andrade Torrente <igormtorrente@...il.com>
To: maarten.lankhorst@...ux.intel.com, mripard@...nel.org,
sean@...rly.run, airlied@...ux.ie, daniel@...ll.ch,
sumit.semwal@...aro.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Cc: Rodrigo.Siqueira@....com, rodrigosiqueiramelo@...il.com,
andrealmeid@...labora.com,
Igor Matheus Andrade Torrente <igormtorrente@...il.com>
Subject: [PATCH v2] drm: Alligne a comment block
Fix a checkpatch warning caused by a misaligned comment block.
Changes in v2:
- Change subject text
Signed-off-by: Igor Matheus Andrade Torrente <igormtorrente@...il.com>
---
drivers/gpu/drm/drm_gem.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/drm_gem.c b/drivers/gpu/drm/drm_gem.c
index a9e4a610445a..564acc1f4030 100644
--- a/drivers/gpu/drm/drm_gem.c
+++ b/drivers/gpu/drm/drm_gem.c
@@ -222,10 +222,10 @@ drm_gem_object_handle_put_unlocked(struct drm_gem_object *obj)
return;
/*
- * Must bump handle count first as this may be the last
- * ref, in which case the object would disappear before we
- * checked for a name
- */
+ * Must bump handle count first as this may be the last
+ * ref, in which case the object would disappear before we
+ * checked for a name
+ */
mutex_lock(&dev->object_name_lock);
if (--obj->handle_count == 0) {
--
2.20.1
Powered by blists - more mailing lists