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