diff --git a/mm/filemap.c b/mm/filemap.c index a3dbe9eff213216b38b394e4b21ce4556de9931f..416d563468a3abfa6649fe48717d073dede899ac 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -1019,7 +1019,7 @@ EXPORT_SYMBOL_GPL(page_endio); /** * __lock_page - get a lock on the page, assuming we need to sleep to get it - * @page: the page to lock + * @__page: the page to lock */ void __lock_page(struct page *__page) {