mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
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 <dab21774@gmail.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7120 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user