[<prev] [next>] [day] [month] [year] [list]
Message-ID: <542B217A.3090002@gmail.com>
Date: Tue, 30 Sep 2014 22:32:42 +0100
From: Paul McQuade <paulmcquad@...il.com>
To: Paul McQuade <paulmcquad@...il.com>,
linux-kernel <linux-kernel@...r.kernel.org>,
linux-mm <linux-mm@...ck.org>
Subject: [PATCH] MM: Failslab.c use tabs where possible
>From e2cfaa7895f51147addf3e08c0556a76ed6e234e Mon Sep 17 00:00:00 2001
From: Paul McQuade <paulmcquad@...il.com>
Date: Tue, 30 Sep 2014 22:28:08 +0100
Subject: [PATCH] MM: Failslab.c use tabs where possible
Removed code indent error
Signed-off-by: Paul McQuade <paulmcquad@...il.com>
---
mm/failslab.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/failslab.c b/mm/failslab.c
index fefaaba..2064225 100644
--- a/mm/failslab.c
+++ b/mm/failslab.c
@@ -16,7 +16,7 @@ bool should_failslab(size_t size, gfp_t gfpflags, unsigned long cache_flags)
if (gfpflags & __GFP_NOFAIL)
return false;
- if (failslab.ignore_gfp_wait && (gfpflags & __GFP_WAIT))
+ if (failslab.ignore_gfp_wait && (gfpflags & __GFP_WAIT))
return false;
if (failslab.cache_filter && !(cache_flags & SLAB_FAILSLAB))
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists