mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-26 00:10:19 +00:00
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:
@@ -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) */
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user