scst_main: Insert a blank line after a mutex_unlock() statement

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6165 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-03-29 17:34:10 +00:00
parent a3f4f28711
commit b79e0f7272

View File

@@ -1203,6 +1203,7 @@ out_del_unlocked:
mutex_lock(&scst_mutex);
list_del_init(&dev->dev_list_entry);
mutex_unlock(&scst_mutex);
scst_free_device(dev);
goto out;
#else