VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: David Hildenbrand <david@redhat.com> 2017-03-09 16:17:40 -0800 committer: Linus Torvalds <torvalds@linux-foundation.org> 2017-03-09 17:01:10 -0800 commit: 2378cd6181edd94748d699448823609977283b11 parent: c0d0e351285161a515396b7b1ee53ec9ffd97e3c
Commit Summary:
userfaultfd: remove wrong comment from userfaultfd_ctx_get()
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/fs/userfaultfd.c b/fs/userfaultfd.c
index 9fd5e51ffb31..2bb1c72380f2 100644
--- a/fs/userfaultfd.c
+++ b/fs/userfaultfd.c
@@ -138,8 +138,6 @@ out:
  * userfaultfd_ctx_get - Acquires a reference to the internal userfaultfd
  * context.
  * @ctx: [in] Pointer to the userfaultfd context.
- *
- * Returns: In case of success, returns not zero.
  */
 static void userfaultfd_ctx_get(struct userfaultfd_ctx *ctx)
 {