diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 8b128036d..04badc05d 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -4298,7 +4298,7 @@ void scst_free_device(struct scst_device *dev) percpu_ref_kill(&dev->refcnt); wait_for_completion(&c); - + TRACE_EXIT(); return; } diff --git a/scst/src/scst_main.c b/scst/src/scst_main.c index 8941186e0..7851ae9c4 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -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; \