From 011bc77ec9b682e7e5d28ad6782b47e6fd47ea30 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 13 Apr 2017 23:45:15 +0000 Subject: [PATCH] scst_vdisk: remove parentheses from DEF_DIF_FILENAME_TMPL DEF_DIF_FILENAME_TMPL should not have the parentheses; I used it in some context where that became apparent. Signed-off-by: David Butterfield git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7120 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 6caed8d92..4bf745e7c 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -137,7 +137,7 @@ static struct scst_trace_log vdisk_local_trace_tbl[] = { #define DEF_DPICZ SCST_DPICZ_CHECK_ON_xPROT_0 -#define DEF_DIF_FILENAME_TMPL (SCST_VAR_DIR "/dif_tags/%s.dif") +#define DEF_DIF_FILENAME_TMPL SCST_VAR_DIR "/dif_tags/%s.dif" #ifdef CONFIG_SCST_PROC #define VDISK_PROC_HELP "help"