public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm:include/linux/migrate.h: Fixing checkpatch warning regarding function definition
@ 2017-03-24  6:13 Pushkar Jambhlekar
  0 siblings, 0 replies; only message in thread
From: Pushkar Jambhlekar @ 2017-03-24  6:13 UTC (permalink / raw)
  To: Andrew Morton, Minchan Kim, Yisheng Xie, Vlastimil Babka,
	Gioh Kim
  Cc: linux-kernel, Pushkar Jambhlekar

Function definition argument should have identifier name.

Signed-off-by: Pushkar Jambhlekar <pushkar.iit@gmail.com>
---
 include/linux/migrate.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/linux/migrate.h b/include/linux/migrate.h
index fa76b51..48e2484 100644
--- a/include/linux/migrate.h
+++ b/include/linux/migrate.h
@@ -33,8 +33,9 @@ extern char *migrate_reason_names[MR_TYPES];
 #ifdef CONFIG_MIGRATION
 
 extern void putback_movable_pages(struct list_head *l);
-extern int migrate_page(struct address_space *,
-			struct page *, struct page *, enum migrate_mode);
+extern int migrate_page(struct address_space *mapping,
+			struct page *newpage, struct page *page,
+			enum migrate_mode mode);
 extern int migrate_pages(struct list_head *l, new_page_t new, free_page_t free,
 		unsigned long private, enum migrate_mode mode, int reason);
 extern int isolate_movable_page(struct page *page, isolate_mode_t mode);
-- 
2.7.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-24  6:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-24  6:13 [PATCH] mm:include/linux/migrate.h: Fixing checkpatch warning regarding function definition Pushkar Jambhlekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox