diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-10-01 16:08:21 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-10-01 16:08:21 +0000 |
commit | 2c636c5e1ee5d24ab66aee709435d0c97f8472e9 (patch) | |
tree | b341498e6aaf94b66903901b5201275c3b260de1 /sys/arch/alpha/stand | |
parent | 4bcd0a58316fc859b2e03a05faa1db731f8541d6 (diff) |
Remove more blinding trailing whitespace.
Diffstat (limited to 'sys/arch/alpha/stand')
-rw-r--r-- | sys/arch/alpha/stand/boot/disk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/stand/boot/disk.c b/sys/arch/alpha/stand/boot/disk.c index 5c108e9a9d8..6b1cbb79a55 100644 --- a/sys/arch/alpha/stand/boot/disk.c +++ b/sys/arch/alpha/stand/boot/disk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disk.c,v 1.16 2015/07/17 16:13:26 miod Exp $ */ +/* $OpenBSD: disk.c,v 1.17 2015/10/01 16:08:19 krw Exp $ */ /* $NetBSD: disk.c,v 1.6 1997/04/06 08:40:33 cgd Exp $ */ /* @@ -66,7 +66,7 @@ diskstrategy(void *devdata, int rw, daddr32_t bn, size_t reqcnt, void *addrvoid, if ((reqcnt & 0xffffff) != reqcnt || reqcnt == 0) asm("call_pal 0"); - + twiddle(); /* Partial-block transfers not handled. */ @@ -97,7 +97,7 @@ diskopen(struct open_file *f, int ctlr, int unit, int part) if (unit >= 16 || part >= MAXPARTITIONS) return (ENXIO); - /* + /* * XXX * We don't know what device names look like yet, * so we can't change them. |