Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/linux Fix prototype of function in com...



details:   https://anonhg.NetBSD.org/src/rev/26e632d3cafb
branches:  trunk
changeset: 835304:26e632d3cafb
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 14:00:46 2018 +0000

description:
Fix prototype of function in comment.

diffstat:

 sys/external/bsd/drm2/linux/linux_fence.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ced823b1b70c -r 26e632d3cafb sys/external/bsd/drm2/linux/linux_fence.c
--- a/sys/external/bsd/drm2/linux/linux_fence.c Mon Aug 27 14:00:26 2018 +0000
+++ b/sys/external/bsd/drm2/linux/linux_fence.c Mon Aug 27 14:00:46 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_fence.c,v 1.3 2018/08/27 13:56:34 riastradh Exp $        */
+/*     $NetBSD: linux_fence.c,v 1.4 2018/08/27 14:00:46 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_fence.c,v 1.3 2018/08/27 13:56:34 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_fence.c,v 1.4 2018/08/27 14:00:46 riastradh Exp $");
 
 #include <sys/atomic.h>
 #include <sys/condvar.h>
@@ -423,7 +423,7 @@
 }
 
 /*
- * fence_wait_timeout(fence, intr, timeout)
+ * fence_wait(fence, intr)
  *
  *     Wait until fence is signalled; or until interrupt, if intr is
  *     true.  Return -ERESTARTSYS if interrupted, negative error code



Home | Main Index | Thread Index | Old Index