lkml.org 
[lkml]   [2015]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] mm: fixed whitespace style errors in failslab.c
Date
This patch fixes a white space issue found with checkpatch.pl in failslab.c
ERROR: code indent should use tabs where possible

Added a tab to replace the spaces to meet the preferred style.

Signed-off-by: Derek Robson <robsonde@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))
--
2.3.6


\
 
 \ /
  Last update: 2015-04-27 10:01    [W:0.030 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site