]> git.baikalelectronics.ru Git - kernel.git/commit
mm/gup.c: fix follow_page_mask() kerneldoc comment
authorMike Rapoport <rppt@linux.ibm.com>
Fri, 16 Nov 2018 23:08:29 +0000 (15:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 Nov 2018 18:15:10 +0000 (10:15 -0800)
commitd5d7b24969235bc52c2fccdc04faa4dac083be8f
treebea07f194f19030ff8e50fed78cfaefea0422080
parenteadc622985c4048244c8ba5166f83a988a8c0340
mm/gup.c: fix follow_page_mask() kerneldoc comment

Commit f8e7146dc2cb ("mm/gup: cache dev_pagemap while pinning pages")
modified the signature of follow_page_mask() but left the parameter
description behind.

Update the description to make the code and comments agree again.

While at it, update formatting of the return value description to match
Documentation/doc-guide/kernel-doc.rst guidelines.

Link: http://lkml.kernel.org/r/1541603316-27832-1-git-send-email-rppt@linux.ibm.com
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/gup.c