Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Oups, remove extra }



details:   https://anonhg.NetBSD.org/src/rev/6c9dd208f635
branches:  trunk
changeset: 747020:6c9dd208f635
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Aug 27 09:40:39 2009 +0000

description:
Oups, remove extra }

diffstat:

 sys/dev/ic/mfi.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c4c581834a7d -r 6c9dd208f635 sys/dev/ic/mfi.c
--- a/sys/dev/ic/mfi.c  Thu Aug 27 07:28:42 2009 +0000
+++ b/sys/dev/ic/mfi.c  Thu Aug 27 09:40:39 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mfi.c,v 1.28 2009/08/26 21:41:05 bouyer Exp $ */
+/* $NetBSD: mfi.c,v 1.29 2009/08/27 09:40:39 bouyer Exp $ */
 /* $OpenBSD: mfi.c,v 1.66 2006/11/28 23:59:45 dlg Exp $ */
 /*
  * Copyright (c) 2006 Marco Peereboom <marco%peereboom.us@localhost>
@@ -17,7 +17,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.28 2009/08/26 21:41:05 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.29 2009/08/27 09:40:39 bouyer Exp $");
 
 #include "bio.h"
 
@@ -2042,7 +2042,6 @@
        KERNEL_LOCK(1, curlwp);
        s = splbio();
        error = mfi_ioctl_vol(sc, &bv);
-       }
        splx(s);
        KERNEL_UNLOCK_ONE(curlwp);
        if (error)



Home | Main Index | Thread Index | Old Index