From eb24966570bbeb3f01dd30e5accf837d81990932 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 14 Aug 2011 15:51:17 +0000 Subject: [PATCH] scst_local: Fix a recently introduced compiler warning. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3804 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/scst_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index f63cb2562..cc24474bd 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -48,7 +48,7 @@ #ifndef INSIDE_KERNEL_TREE #if defined(CONFIG_HIGHMEM4G) || defined(CONFIG_HIGHMEM64G) #warning HIGHMEM kernel configurations are not supported by this module,\ - because nowadays it isn't worth the effort. Consider changing\ + 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