All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MM: Failslab.c use tabs where possible
@ 2014-09-30 21:32 ` Paul McQuade
  0 siblings, 0 replies; 2+ messages in thread
From: Paul McQuade @ 2014-09-30 21:32 UTC (permalink / raw
  To: Paul McQuade, linux-kernel, linux-mm

>From e2cfaa7895f51147addf3e08c0556a76ed6e234e Mon Sep 17 00:00:00 2001
From: Paul McQuade <paulmcquad@gmail.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@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] MM: Failslab.c use tabs where possible
@ 2014-09-30 21:32 ` Paul McQuade
  0 siblings, 0 replies; 2+ messages in thread
From: Paul McQuade @ 2014-09-30 21:32 UTC (permalink / raw
  To: Paul McQuade, linux-kernel, linux-mm



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-30 21:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 21:32 [PATCH] MM: Failslab.c use tabs where possible Paul McQuade
2014-09-30 21:32 ` Paul McQuade

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.