From: Adir Kuhn <adirkuhn@gmail.com>
To: rafael.j.wysocki@intel.com
Cc: linux-mm@kvack.org, Adir Kuhn <adirkuhn@gmail.com>
Subject: [PATCH] mm: swap: Fixed missing a blank line after declarations
Date: Fri, 1 May 2015 04:46:34 +0000 [thread overview]
Message-ID: <1430455594-18341-1-git-send-email-adirkuhn@gmail.com> (raw)
Fixed missing a blank line after declarations
Signed-off-by: Adir Kuhn <adirkuhn@gmail.com>
---
mm/swap.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/mm/swap.c b/mm/swap.c
index a7251a8..de83fca 100644
--- a/mm/swap.c
+++ b/mm/swap.c
@@ -451,6 +451,7 @@ static void pagevec_move_tail_fn(struct page *page, struct lruvec *lruvec,
if (PageLRU(page) && !PageActive(page) && !PageUnevictable(page)) {
enum lru_list lru = page_lru_base_type(page);
+
list_move_tail(&page->lru, &lruvec->lists[lru]);
(*pgmoved)++;
}
--
2.1.4
--
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:[~2015-05-01 4:46 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=1430455594-18341-1-git-send-email-adirkuhn@gmail.com \
--to=adirkuhn@gmail.com \
--cc=linux-mm@kvack.org \
--cc=rafael.j.wysocki@intel.com \
/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