* [PATCH] mm: fix filemap.c kernel-doc warning
@ 2016-02-06 1:29 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2016-02-06 1:29 UTC (permalink / raw)
To: Linux MM, Andrew Morton
From: Randy Dunlap <rdunlap@infradead.org>
Add missing kernel-doc notation for function parameter 'gfp_mask' to
fix kernel-doc warning.
..//mm/filemap.c:1898: warning: No description found for parameter 'gfp_mask'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
mm/filemap.c | 1 +
1 file changed, 1 insertion(+)
--- lnx-45-rc2.orig/mm/filemap.c
+++ lnx-45-rc2/mm/filemap.c
@@ -1890,6 +1890,7 @@ EXPORT_SYMBOL(generic_file_read_iter);
* page_cache_read - adds requested page to the page cache if not already there
* @file: file to read
* @offset: page index
+ * @gfp_mask: memory allocation flags
*
* This adds the requested page to the page cache if it isn't already there,
* and schedules an I/O to read in its contents from disk.
--
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-06 1:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-06 1:29 [PATCH] mm: fix filemap.c kernel-doc warning Randy Dunlap
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).