Module Name:    src
Committed By:   christos
Date:           Sat Oct 10 23:39:43 UTC 2015

Modified Files:
        src/sys/dev/dkwedge: dk.c

Log Message:
remove incorrect comment (from kre)


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/dev/dkwedge/dk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/dkwedge/dk.c
diff -u src/sys/dev/dkwedge/dk.c:1.84 src/sys/dev/dkwedge/dk.c:1.85
--- src/sys/dev/dkwedge/dk.c:1.84	Tue Oct  6 07:22:40 2015
+++ src/sys/dev/dkwedge/dk.c	Sat Oct 10 19:39:43 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: dk.c,v 1.84 2015/10/06 11:22:40 jmcneill Exp $	*/
+/*	$NetBSD: dk.c,v 1.85 2015/10/10 23:39:43 christos Exp $	*/
 
 /*-
  * Copyright (c) 2004, 2005, 2006, 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dk.c,v 1.84 2015/10/06 11:22:40 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dk.c,v 1.85 2015/10/10 23:39:43 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_dkwedge.h"
@@ -684,8 +684,6 @@ dkwedge_delall1(struct disk *pdk, bool i
  * dkwedge_list:	[exported function]
  *
  *	List all of the wedges on a particular disk.
- *	If p == NULL, the buffer is in kernel space.  Otherwise, it is
- *	in user space of the specified process.
  */
 int
 dkwedge_list(struct disk *pdk, struct dkwedge_list *dkwl, struct lwp *l)

Reply via email to