From: Derek Robson <robsonde@gmail.com>
To: linux-mm@kvack.org, linux-kernel@vger.kernel.org
Cc: Derek Robson <robsonde@gmail.com>
Subject: [PATCH] mm: fixed whitespace style errors in failslab.c
Date: Mon, 27 Apr 2015 19:33:13 +1200 [thread overview]
Message-ID: <1430119993-7358-1-git-send-email-robsonde@gmail.com> (raw)
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
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply other threads:[~2015-04-27 7:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-27 7:33 Derek Robson [this message]
2015-04-27 7:44 ` Richard Weinberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1430119993-7358-1-git-send-email-robsonde@gmail.com \
--to=robsonde@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox