diff options
author | 2011-04-29 13:04:38 +0000 | |
---|---|---|
committer | 2011-04-29 13:04:38 +0000 | |
commit | e857331d4a4155996111666f774d4340c505017c (patch) | |
tree | 56cd41e6d7deedeb9a0d3ba6fa18f52f43847145 /sys/dev/softraid.c | |
parent | only handle vanilla scsi inquiry requests, reject VPD requests since theyre (diff) | |
download | wireguard-openbsd-e857331d4a4155996111666f774d4340c505017c.tar.xz wireguard-openbsd-e857331d4a4155996111666f774d4340c505017c.zip |
tiny whitespace fixes
Diffstat (limited to 'sys/dev/softraid.c')
-rw-r--r-- | sys/dev/softraid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index 3187b6dc2c8..bd2f44a7eef 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.228 2011/04/29 13:03:12 dlg Exp $ */ +/* $OpenBSD: softraid.c,v 1.229 2011/04/29 13:04:38 dlg Exp $ */ /* * Copyright (c) 2007, 2008, 2009 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -1509,7 +1509,7 @@ sr_meta_native_attach(struct sr_discipline *sd, int force) if (sr && not_sr) { printf("%s: not all chunks are of the native metadata format\n", - DEVNAME(sc)); + DEVNAME(sc)); goto bad; } @@ -2555,7 +2555,7 @@ sr_hotspare_rebuild(struct sr_discipline *sd) struct sr_chunk_head *cl; struct sr_chunk *hotspare, *chunk = NULL; struct sr_workunit *wu; - struct sr_ccb *ccb; + struct sr_ccb *ccb; int i, s, chunk_no, busy; /* |