Module Name:    src
Committed By:   bouyer
Date:           Thu Aug 27 09:40:39 UTC 2009

Modified Files:
        src/sys/dev/ic: mfi.c

Log Message:
Oups, remove extra }


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/ic/mfi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/mfi.c
diff -u src/sys/dev/ic/mfi.c:1.28 src/sys/dev/ic/mfi.c:1.29
--- src/sys/dev/ic/mfi.c:1.28	Wed Aug 26 21:41:05 2009
+++ src/sys/dev/ic/mfi.c	Thu Aug 27 09:40:39 2009
@@ -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 <ma...@peereboom.us>
@@ -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)

Reply via email to