Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe whitespace police
details: https://anonhg.NetBSD.org/src/rev/a16906a3869d
branches: trunk
changeset: 749221:a16906a3869d
user: christos <christos%NetBSD.org@localhost>
date: Sat Nov 21 21:57:47 2009 +0000
description:
whitespace police
diffstat:
sys/dev/raidframe/rf_netbsdkintf.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r b7b10f3e3ef2 -r a16906a3869d sys/dev/raidframe/rf_netbsdkintf.c
--- a/sys/dev/raidframe/rf_netbsdkintf.c Sat Nov 21 20:32:13 2009 +0000
+++ b/sys/dev/raidframe/rf_netbsdkintf.c Sat Nov 21 21:57:47 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsdkintf.c,v 1.269 2009/11/17 18:54:26 jld Exp $ */
+/* $NetBSD: rf_netbsdkintf.c,v 1.270 2009/11/21 21:57:47 christos Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -139,7 +139,7 @@
***********************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.269 2009/11/17 18:54:26 jld Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.270 2009/11/21 21:57:47 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -1914,9 +1914,9 @@
rs->sc_dev = config_attach_pseudo(cf);
- if (rs->sc_dev==NULL) {
+ if (rs->sc_dev == NULL) {
printf("raid%d: config_attach_pseudo failed\n",
- raidPtr->raidid);
+ raidPtr->raidid);
rs->sc_flags &= ~RAIDF_INITED;
free(cf, M_RAIDFRAME);
return;
Home |
Main Index |
Thread Index |
Old Index