From c036d7afc3cc290bb5adc8d90513c136029aa47e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Feb 2018 23:56:31 +0000 Subject: [PATCH] scst/include/scst_debug.h: Insert a space to keep checkpatch happy git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7359 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst_debug.h b/scst/include/scst_debug.h index 9c075c3f0..062d0bf2f 100644 --- a/scst/include/scst_debug.h +++ b/scst/include/scst_debug.h @@ -406,6 +406,6 @@ do { \ __warned = true; \ PRINT_WARNING(format, ## args); \ } \ -} while(0) +} while (0) #endif /* __SCST_DEBUG_H */