From 5672f3a49c784951d8a86358b0291b8a34433a6f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 19 Dec 2011 16:06:43 +0000 Subject: [PATCH] Move spaces in long #warning/#error lines to the end of the previous line to shut up checkpatch (merge r3495 from trunk). git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.0.x@4009 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_main.c | 4 ++-- scst/src/scst_proc.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scst/src/scst_main.c b/scst/src/scst_main.c index 2b1414154..f0303c1c3 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -56,8 +56,8 @@ 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