From b80e470e36aa65b5bb265053e7af901e58892d0f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 10 Mar 2019 16:28:37 +0000 Subject: [PATCH] scst: Remove recently introduced trailing whitespace git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8039 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- scst/src/scst_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; \