From: Paul McQuade <paulmcquad@gmail.com>
To: paulmcquad@gmail.com
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
penberg@kernel.org, vegardno@ifi.uio.no
Subject: [PATCH] mm: Space required for open parenthesis
Date: Wed, 1 Oct 2014 18:25:39 +0100 [thread overview]
Message-ID: <1412184339-3987-1-git-send-email-paulmcquad@gmail.com> (raw)
ERROR: space required before the open parenthesis '('
Signed-off-by: Paul McQuade <paulmcquad@gmail.com>
---
mm/kmemcheck.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mm/kmemcheck.c b/mm/kmemcheck.c
index fd814fd..89a7440 100644
--- a/mm/kmemcheck.c
+++ b/mm/kmemcheck.c
@@ -24,7 +24,7 @@ void kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node)
return;
}
- for(i = 0; i < pages; ++i)
+ for (i = 0; i < pages; ++i)
page[i].shadow = page_address(&shadow[i]);
/*
@@ -50,7 +50,7 @@ void kmemcheck_free_shadow(struct page *page, int order)
shadow = virt_to_page(page[0].shadow);
- for(i = 0; i < pages; ++i)
+ for (i = 0; i < pages; ++i)
page[i].shadow = NULL;
__free_pages(shadow, order);
--
1.9.1
--
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>
reply other threads:[~2014-10-01 17:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1412184339-3987-1-git-send-email-paulmcquad@gmail.com \
--to=paulmcquad@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=penberg@kernel.org \
--cc=vegardno@ifi.uio.no \
/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;
as well as URLs for NNTP newsgroup(s).