VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Randy Dunlap <rdunlap@infradead.org> 2021-09-07 20:00:56 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-09-08 11:50:28 -0700 commit: 560a870570287aeb0e77825ae0fa1aba47031cf9 parent: 20401d1058f3f841f35a594ac2fc1293710e55b9
Commit Summary:
mm/workingset: correct kernel-doc notations
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/mm/workingset.c b/mm/workingset.c
index 5ba3e42446fa..d4268d8e9a82 100644
--- a/mm/workingset.c
+++ b/mm/workingset.c
@@ -249,7 +249,7 @@ void workingset_age_nonresident(struct lruvec *lruvec, unsigned long nr_pages)
  * @target_memcg: the cgroup that is causing the reclaim
  * @page: the page being evicted
  *
- * Returns a shadow entry to be stored in @page->mapping->i_pages in place
+ * Return: a shadow entry to be stored in @page->mapping->i_pages in place
  * of the evicted @page so that a later refault can be detected.
  */
 void *workingset_eviction(struct page *page, struct mem_cgroup *target_memcg)