mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
Remove superfluous double quotes from around #warning messages because checkpatch 3.0 complains about these.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3789 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
|
||||
#ifndef GENERATING_UPSTREAM_PATCH
|
||||
#if !defined(CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION)
|
||||
#warning "Patch put_page_callback-<kernel-version>.patch not applied on your \
|
||||
#warning Patch put_page_callback-<kernel-version>.patch not applied on your \
|
||||
kernel or CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION \
|
||||
config option not set. ISCSI-SCST will be working with not the best \
|
||||
performance. Refer README file for details."
|
||||
performance. Refer README file for details.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -175,8 +175,8 @@ static bool q2t_is_tgt_enabled(struct scst_tgt *tgt);
|
||||
static ssize_t q2t_add_vtarget(const char *target_name, char *params);
|
||||
static ssize_t q2t_del_vtarget(const char *target_name);
|
||||
#else
|
||||
#warning "Patch scst_fc_vport_create was not applied on\
|
||||
your kernel. Adding NPIV targets using SCST sysfs interface will be disabled."
|
||||
#warning Patch scst_fc_vport_create was not applied on\
|
||||
your kernel. Adding NPIV targets using SCST sysfs interface will be disabled.
|
||||
#endif /*((LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28)) || \
|
||||
defined(FC_VPORT_CREATE_DEFINED))*/
|
||||
|
||||
|
||||
@@ -37,10 +37,10 @@
|
||||
|
||||
#ifndef INSIDE_KERNEL_TREE
|
||||
#if defined(CONFIG_HIGHMEM4G) || defined(CONFIG_HIGHMEM64G)
|
||||
#warning "HIGHMEM kernel configurations are not supported by this module,\
|
||||
#warning HIGHMEM kernel configurations are not supported by this module,\
|
||||
because nowadays it doesn't worth the effort. Consider changing\
|
||||
VMSPLIT option or use a 64-bit configuration instead. See README file\
|
||||
for details."
|
||||
for details.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -42,18 +42,18 @@
|
||||
#include "scst_pres.h"
|
||||
|
||||
#if defined(CONFIG_HIGHMEM4G) || defined(CONFIG_HIGHMEM64G)
|
||||
#warning "HIGHMEM kernel configurations are fully supported, but not \
|
||||
#warning HIGHMEM kernel configurations are fully supported, but not \
|
||||
recommended for performance reasons. Consider changing VMSPLIT \
|
||||
option or use a 64-bit configuration instead. See README file for \
|
||||
details."
|
||||
details.
|
||||
#endif
|
||||
|
||||
#if !defined(SCSI_EXEC_REQ_FIFO_DEFINED)
|
||||
#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 \
|
||||
#warning Patch scst_exec_req_fifo-<kernel-version> was not applied on \
|
||||
your kernel and CONFIG_SCST_STRICT_SERIALIZING isn't defined. \
|
||||
Pass-through dev handlers will not work."
|
||||
Pass-through dev handlers will not work.
|
||||
#endif /* !defined(CONFIG_SCST_STRICT_SERIALIZING) */
|
||||
#else /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 30) */
|
||||
#warning "Patch scst_exec_req_fifo-<kernel-version> was not applied on \
|
||||
|
||||
@@ -47,10 +47,10 @@
|
||||
|
||||
#ifndef INSIDE_KERNEL_TREE
|
||||
#if defined(CONFIG_HIGHMEM4G) || defined(CONFIG_HIGHMEM64G)
|
||||
#warning "HIGHMEM kernel configurations are not supported by this module,\
|
||||
#warning HIGHMEM kernel configurations are not supported by this module,\
|
||||
because nowadays it isn't worth the effort. Consider changing\
|
||||
VMSPLIT option or use a 64-bit configuration instead. See SCST core\
|
||||
README file for details."
|
||||
README file for details.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user