Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/dkwedge remove incorrect comment (from kre)
details: https://anonhg.NetBSD.org/src/rev/b91624eb9862
branches: trunk
changeset: 340927:b91624eb9862
user: christos <christos%NetBSD.org@localhost>
date: Sat Oct 10 23:39:43 2015 +0000
description:
remove incorrect comment (from kre)
diffstat:
sys/dev/dkwedge/dk.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 507a624a9ef6 -r b91624eb9862 sys/dev/dkwedge/dk.c
--- a/sys/dev/dkwedge/dk.c Sat Oct 10 22:54:03 2015 +0000
+++ b/sys/dev/dkwedge/dk.c Sat Oct 10 23:39:43 2015 +0000
@@ -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_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)
Home |
Main Index |
Thread Index |
Old Index