Skip to content

Commit 0d0b49c

Browse files
thierryredingdanvet
authored andcommitted
drm: Remove useless blank line
Blank lines at the end of a function definition are not useful, so get rid of it. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
1 parent da168d8 commit 0d0b49c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/drm_crtc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4298,7 +4298,6 @@ void drm_property_unreference_blob(struct drm_property_blob *blob)
42984298
mutex_unlock(&dev->mode_config.blob_lock);
42994299
else
43004300
might_lock(&dev->mode_config.blob_lock);
4301-
43024301
}
43034302
EXPORT_SYMBOL(drm_property_unreference_blob);
43044303

0 commit comments

Comments
 (0)