diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-15 01:20:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-15 01:20:05 +0000 |
commit | 6fcfd0d23dbe0848151ef07c42448e40fc6e8d9d (patch) | |
tree | 2630a112207545f97f9229e94f6bc39db1236155 /sys/arch/alpha/tc | |
parent | 410da4ddde062db4bb7b750a01b474d3cc2438f7 (diff) |
Cosmetic changes only, primarily making comments line up nicely after the
__P removal.
Diffstat (limited to 'sys/arch/alpha/tc')
-rw-r--r-- | sys/arch/alpha/tc/scc.c | 6 | ||||
-rw-r--r-- | sys/arch/alpha/tc/tcdsvar.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/alpha/tc/scc.c b/sys/arch/alpha/tc/scc.c index b458a76d0ac..bfba120fca3 100644 --- a/sys/arch/alpha/tc/scc.c +++ b/sys/arch/alpha/tc/scc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scc.c,v 1.13 2002/03/14 01:26:28 millert Exp $ */ +/* $OpenBSD: scc.c,v 1.14 2002/03/15 01:20:04 millert Exp $ */ /* $NetBSD: scc.c,v 1.28 1996/12/05 01:39:43 cgd Exp $ */ /* @@ -115,8 +115,8 @@ #define SCCLINE(dev) (minor(dev) & 0x1) /* QVSS-compatible in-kernel X input event parser, pointer tracker */ -void (*sccDivertXInput)(int cc); /* X windows keyboard input routine */ -void (*sccMouseEvent)(int); /* X windows mouse motion event routine */ +void (*sccDivertXInput)(int cc); /* X windows keyboard input routine */ +void (*sccMouseEvent)(int); /* X windows mouse motion event routine */ void (*sccMouseButtons)(int); /* X windows mouse buttons event routine */ #ifdef DEBUG int debugChar; diff --git a/sys/arch/alpha/tc/tcdsvar.h b/sys/arch/alpha/tc/tcdsvar.h index d9de6cf829c..5c73d575a94 100644 --- a/sys/arch/alpha/tc/tcdsvar.h +++ b/sys/arch/alpha/tc/tcdsvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcdsvar.h,v 1.7 2002/03/14 03:15:51 millert Exp $ */ +/* $OpenBSD: tcdsvar.h,v 1.8 2002/03/15 01:20:04 millert Exp $ */ /* $NetBSD: tcdsvar.h,v 1.5 1996/11/13 21:13:38 cgd Exp $ */ /* @@ -35,7 +35,7 @@ struct tcds_slotconfig { int sc_slot; struct tcds_softc *sc_tcds; /* to frob TCDS regs */ struct esp_softc *sc_esp; /* to frob child's regs */ - int (*sc_intrhand)(void *); /* intr. handler */ + int (*sc_intrhand)(void *); /* intr. handler */ void *sc_intrarg; /* intr. handler arg. */ /* |