From c439c8a2c0e7552563b69af10c8ffa4fb2396749 Mon Sep 17 00:00:00 2001 From: oster Date: Mon, 29 Dec 2003 04:34:36 +0000 Subject: Tidy up a comment. --- sys/dev/raidframe/rf_mcpair.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_mcpair.c b/sys/dev/raidframe/rf_mcpair.c index 422920ed072..9ca027db9e9 100644 --- a/sys/dev/raidframe/rf_mcpair.c +++ b/sys/dev/raidframe/rf_mcpair.c @@ -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 -__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 @@ -102,7 +102,9 @@ rf_FreeMCPair(t) { 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; -- cgit