Avoid that gcc 4.4 complains about missing terminating single quotes (merge r3974 from trunk).

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4029 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-12-21 10:01:29 +00:00
parent 6f4d88bc32
commit a597a9e292
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
#ifndef INSIDE_KERNEL_TREE
#if defined(CONFIG_HIGHMEM4G) || defined(CONFIG_HIGHMEM64G)
#warning HIGHMEM kernel configurations are not supported by this module,\
because nowadays it doesn't worth the effort. Consider changing\
because nowadays it is not worth the effort. Consider changing\
VMSPLIT option or use a 64-bit configuration instead. See README file\
for details.
#endif

View File

@@ -52,7 +52,7 @@ details.
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 30)
#if !defined(CONFIG_SCST_STRICT_SERIALIZING)
#warning Patch scst_exec_req_fifo-<kernel-version> was not applied on \
your kernel and CONFIG_SCST_STRICT_SERIALIZING isn't defined. \
your kernel and CONFIG_SCST_STRICT_SERIALIZING is not defined. \
Pass-through dev handlers will not work.
#endif /* !defined(CONFIG_SCST_STRICT_SERIALIZING) */
#else /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 30) */