gpu/drm: clean up white space in drm_legacy_lock_master_cleanup()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 8 Jan 2020 05:43:12 +0000 (08:43 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 8 Jan 2020 18:51:11 +0000 (19:51 +0100)
We moved this code to a different file and accidentally deleted a
newline.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200108054312.yzlj5wmbdktejgob@kili.mountain
drivers/gpu/drm/drm_lock.c

index 2e8ce99..2c79e81 100644 (file)
@@ -360,7 +360,8 @@ void drm_legacy_lock_master_cleanup(struct drm_device *dev, struct drm_master *m
        /*
         * Since the master is disappearing, so is the
         * possibility to lock.
-        */     mutex_lock(&dev->struct_mutex);
+        */
+       mutex_lock(&dev->struct_mutex);
        if (master->lock.hw_lock) {
                if (dev->sigdata.lock == master->lock.hw_lock)
                        dev->sigdata.lock = NULL;