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
This commit is contained in:
Bart Van Assche
2011-12-19 16:06:43 +00:00
parent 44ca94a822
commit 5672f3a49c
2 changed files with 3 additions and 3 deletions

View File

@@ -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-<kernel-version> was not applied on\
your kernel. Pass-through dev handlers will not work."
#warning Patch scst_exec_req_fifo-<kernel-version> 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) */

View File

@@ -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