Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev Statements must follow labels.



details:   https://anonhg.NetBSD.org/src/rev/dca934fdadac
branches:  trunk
changeset: 532030:dca934fdadac
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 30 20:03:27 2002 +0000

description:
Statements must follow labels.

diffstat:

 sys/arch/amiga/dev/ite.c |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 8c8dea1fbd94 -r dca934fdadac sys/arch/amiga/dev/ite.c
--- a/sys/arch/amiga/dev/ite.c  Thu May 30 20:02:24 2002 +0000
+++ b/sys/arch/amiga/dev/ite.c  Thu May 30 20:03:27 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ite.c,v 1.59 2002/03/17 19:40:30 atatat Exp $ */
+/*     $NetBSD: ite.c,v 1.60 2002/05/30 20:03:27 thorpej Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -50,7 +50,7 @@
 #include "opt_ddb.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.59 2002/03/17 19:40:30 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.60 2002/05/30 20:03:27 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -642,8 +642,9 @@
                        }
                        selwakeup(&tp->t_wsel);
                }
-             out:
-       } splx(s);
+       }
+ out:
+       splx(s);
 }
 
 int



Home | Main Index | Thread Index | Old Index