summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_disk.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2014-12-20 15:54:48 +0000
committerkrw <krw@openbsd.org>2014-12-20 15:54:48 +0000
commitd73fd3321ff25bc1698415be6d89e55ef138bd0a (patch)
treeee06b182b62a7e959a3a41c2c0d132a1ef0b07af /sys/kern/subr_disk.c
parentZap local variable that shadows another local variable. Fixes a panic caused (diff)
downloadwireguard-openbsd-d73fd3321ff25bc1698415be6d89e55ef138bd0a.tar.xz
wireguard-openbsd-d73fd3321ff25bc1698415be6d89e55ef138bd0a.zip
Zap a sneaky trailing blank that was hiding in plain view.
Diffstat (limited to 'sys/kern/subr_disk.c')
-rw-r--r--sys/kern/subr_disk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c
index 57f654d35d2..ae37a4fa816 100644
--- a/sys/kern/subr_disk.c
+++ b/sys/kern/subr_disk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_disk.c,v 1.176 2014/12/20 13:45:15 kettenis Exp $ */
+/* $OpenBSD: subr_disk.c,v 1.177 2014/12/20 15:54:48 krw Exp $ */
/* $NetBSD: subr_disk.c,v 1.17 1996/03/16 23:17:08 christos Exp $ */
/*
@@ -697,7 +697,7 @@ readgptlabel(struct buf *bp, void (*strat)(struct buf *),
continue;
}
- /*
+ /*
* Header size must be greater than or equal to 92 and less
* than or equal to the logical block size.
*/