diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-06-07 19:13:28 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-06-07 19:13:28 +0000 |
commit | 563300c9804d4df06ce0c7ba2737f06b65a238e0 (patch) | |
tree | b080163a4fd72b825b6a30070f1472beda494757 /sys/scsi/scsi_base.c | |
parent | d92a750111e866329da56f4a5a67084e6a0ba68d (diff) |
More damned eye searing whitespace.
Diffstat (limited to 'sys/scsi/scsi_base.c')
-rw-r--r-- | sys/scsi/scsi_base.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c index 6c07fa758da..ce4f41f426b 100644 --- a/sys/scsi/scsi_base.c +++ b/sys/scsi/scsi_base.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_base.c,v 1.220 2015/03/14 03:38:52 jsg Exp $ */ +/* $OpenBSD: scsi_base.c,v 1.221 2015/06/07 19:13:27 krw Exp $ */ /* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */ /* @@ -320,7 +320,7 @@ scsi_ioh_set(struct scsi_iohandler *ioh, struct scsi_iopool *iopl, int scsi_ioh_add(struct scsi_iohandler *ioh) { - struct scsi_iopool *iopl = ioh->pool; + struct scsi_iopool *iopl = ioh->pool; int rv = 0; mtx_enter(&iopl->mtx); @@ -1097,7 +1097,7 @@ scsi_do_mode_sense(struct scsi_link *sc_link, int page, * Page data may be invalid (e.g. all zeros) * but we accept the device's word that this is * the best it can do. Some devices will freak - * out if their word is not accepted and + * out if their word is not accepted and * MODE_SENSE_BIG is attempted. */ return (0); @@ -1513,13 +1513,13 @@ scsi_interpret_sense(struct scsi_xfer *xs) case SENSE_NOT_READY_BECOMING_READY: case SENSE_NOT_READY_FORMAT: case SENSE_NOT_READY_REBUILD: - case SENSE_NOT_READY_RECALC: + case SENSE_NOT_READY_RECALC: case SENSE_NOT_READY_INPROGRESS: case SENSE_NOT_READY_LONGWRITE: case SENSE_NOT_READY_SELFTEST: case SENSE_NOT_READY_INIT_REQUIRED: SC_DEBUG(sc_link, SDEV_DB1, - ("not ready (ASC_ASCQ == %#x)\n", + ("not ready (ASC_ASCQ == %#x)\n", ASC_ASCQ(sense))); return (scsi_delay(xs, 1)); case SENSE_NOMEDIUM: @@ -2330,7 +2330,7 @@ asc2ascii(u_int8_t asc, u_int8_t ascq, char *result, size_t len) break; case 0x4d: snprintf(result, len, - "Tagged Overlapped Commands (0x%02x = TASK TAG)", ascq); + "Tagged Overlapped Commands (0x%02x = TASK TAG)", ascq); return; case 0x70: snprintf(result, len, |