scst: Remove recently introduced trailing whitespace

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8039 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-03-10 16:28:37 +00:00
parent f7e7b5f17f
commit b80e470e36
2 changed files with 2 additions and 2 deletions

View File

@@ -4298,7 +4298,7 @@ void scst_free_device(struct scst_device *dev)
percpu_ref_kill(&dev->refcnt);
wait_for_completion(&c);
TRACE_EXIT();
return;
}

View File

@@ -2677,7 +2677,7 @@ static void __exit exit_scst(void)
scst_event_exit();
rcu_barrier();
#define DEINIT_CACHEP(p) do { \
kmem_cache_destroy(p); \
p = NULL; \