From c37081aed50e78e81e6fe4cfe94e0bbf54c358e9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 1 Jun 2011 06:59:40 +0000 Subject: [PATCH] Move spaces in long #warning/#error lines to the end of the previous line to shut up checkpatch. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3495 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/iscsi.c | 8 ++++---- scst/src/scst_main.c | 18 +++++++++--------- scst/src/scst_proc.c | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index 898d5ae7b..2efb13d39 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -30,10 +30,10 @@ #ifndef GENERATING_UPSTREAM_PATCH #if !defined(CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION) -#warning "Patch put_page_callback-.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." +#warning "Patch put_page_callback-.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." #endif #endif diff --git a/scst/src/scst_main.c b/scst/src/scst_main.c index b85e00328..08912b815 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -42,22 +42,22 @@ #include "scst_pres.h" #if defined(CONFIG_HIGHMEM4G) || defined(CONFIG_HIGHMEM64G) -#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." +#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." #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- was not applied on\ - your kernel and CONFIG_SCST_STRICT_SERIALIZING isn't defined.\ - Pass-through dev handlers will not work." +#warning "Patch scst_exec_req_fifo- was not applied on \ +your kernel and CONFIG_SCST_STRICT_SERIALIZING isn't defined. \ +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- was not applied on\ - your kernel. Pass-through dev handlers will not work." +#warning "Patch scst_exec_req_fifo- was not applied on \ +your kernel. Pass-through dev handlers will not work." #endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 30) */ #endif /* !defined(SCSI_EXEC_REQ_FIFO_DEFINED) */ diff --git a/scst/src/scst_proc.c b/scst/src/scst_proc.c index 338a77a5f..fc3860f19 100644 --- a/scst/src/scst_proc.c +++ b/scst/src/scst_proc.c @@ -785,7 +785,7 @@ static int __init scst_proc_init_module_log(void) { int res = 0; #if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING) || \ - defined(CONFIG_SCST_MEASURE_LATENCY) + defined(CONFIG_SCST_MEASURE_LATENCY) struct proc_dir_entry *generic; #endif