From 30c98e92cd3355fea7a2da86319dd43161d2e1a2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 27 Mar 2016 16:57:04 +0000 Subject: [PATCH] scst_local: Address checkpatch warnings git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6851 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/scst_local.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index c4ce704bf..b545a3951 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -51,10 +51,10 @@ #ifndef INSIDE_KERNEL_TREE #if defined(CONFIG_HIGHMEM4G) || defined(CONFIG_HIGHMEM64G) -#warning HIGHMEM kernel configurations are not supported by this module,\ - because nowadays it is not worth the effort. Consider changing\ - VMSPLIT option or use a 64-bit configuration instead. See SCST core\ - README file for details. +#warning HIGHMEM kernel configurations are not supported by this module, \ +because nowadays it is not worth the effort. Consider changing \ +VMSPLIT option or use a 64-bit configuration instead. See SCST core \ +README file for details. #endif #endif