summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/z8530sc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/z8530sc.c b/sys/dev/ic/z8530sc.c
index 9380e368bc5..1ac114625d8 100644
--- a/sys/dev/ic/z8530sc.c
+++ b/sys/dev/ic/z8530sc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: z8530sc.c,v 1.8 1998/03/05 22:03:34 wrstuden Exp $ */
+/* $NetBSD: z8530sc.c,v 1.9 1998/03/05 22:56:18 wrstuden Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@@ -98,7 +98,7 @@ zs_iflush(cs)
* Count how many times we loop. Some systems, such as some
* Apple PowerBooks, claim to have SCC's which they really don't.
*/
- for (i=0; i<4; i++) {
+ for (i = 0; i < 4; i++) {
/* Is there input available? */
rr0 = zs_read_csr(cs);
if ((rr0 & ZSRR0_RX_READY) == 0)