ib_srpt: Tweak the version number formatting

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8678 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-12-04 04:54:29 +00:00
parent 09edff95e3
commit 4c409a4b75

View File

@@ -63,7 +63,7 @@
/* Name of this kernel module. */
#define DRV_NAME "ib_srpt"
#define DRV_VERSION "3.4.0" __stringify(OFED_FLAVOR)
#define DRV_VERSION "3.4.0" "#" __stringify(OFED_FLAVOR)
#define DRV_RELDATE "02 December 2019"
#if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING)
/* Flags to be used in SCST debug tracing statements. */