Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d0b49c5 authored by Thierry Reding's avatar Thierry Reding Committed by Daniel Vetter
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent da168d81
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4298,7 +4298,6 @@ void drm_property_unreference_blob(struct drm_property_blob *blob)
		mutex_unlock(&dev->mode_config.blob_lock);
	else
		might_lock(&dev->mode_config.blob_lock);

}
EXPORT_SYMBOL(drm_property_unreference_blob);