Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe Tidy up a comment.



details:   https://anonhg.NetBSD.org/src/rev/2750689e5ac5
branches:  trunk
changeset: 556857:2750689e5ac5
user:      oster <oster%NetBSD.org@localhost>
date:      Mon Dec 29 04:34:36 2003 +0000

description:
Tidy up a comment.

diffstat:

 sys/dev/raidframe/rf_mcpair.c |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 3368fc48a527 -r 2750689e5ac5 sys/dev/raidframe/rf_mcpair.c
--- a/sys/dev/raidframe/rf_mcpair.c     Mon Dec 29 04:33:31 2003 +0000
+++ b/sys/dev/raidframe/rf_mcpair.c     Mon Dec 29 04:34:36 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_mcpair.c,v 1.10 2003/12/29 04:33:31 oster Exp $     */
+/*     $NetBSD: rf_mcpair.c,v 1.11 2003/12/29 04:34:36 oster Exp $     */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_mcpair.c,v 1.10 2003/12/29 04:33:31 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_mcpair.c,v 1.11 2003/12/29 04:34:36 oster Exp $");
 
 #include <dev/raidframe/raidframevar.h>
 
@@ -102,7 +102,9 @@
 {
        pool_put(&rf_mcpair_pool, t);
 }
-/* the callback function used to wake you up when you use an mcpair to wait for something */
+
+/* the callback function used to wake you up when you use an mcpair to
+   wait for something */
 void 
 rf_MCPairWakeupFunc(mcpair)
        RF_MCPair_t *mcpair;



Home | Main Index | Thread Index | Old Index