diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-05-11 00:46:00 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-05-11 00:46:00 +0000 |
commit | 5c63d182406271b85863839f3a5bb71c76a2b955 (patch) | |
tree | b2b1ebdc5b95399bb7e4a2391e61a066c3e01dd2 /sys/scsi/ss.c | |
parent | 24c37208828a4118465e88d32a4ff64c28c07880 (diff) |
Zap trailing whitespace.
Diffstat (limited to 'sys/scsi/ss.c')
-rw-r--r-- | sys/scsi/ss.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/scsi/ss.c b/sys/scsi/ss.c index 08ecf0d89c3..7563130714a 100644 --- a/sys/scsi/ss.c +++ b/sys/scsi/ss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ss.c,v 1.53 2005/12/17 20:29:16 krw Exp $ */ +/* $OpenBSD: ss.c,v 1.54 2006/05/11 00:45:59 krw Exp $ */ /* $NetBSD: ss.c,v 1.10 1996/05/05 19:52:55 christos Exp $ */ /* @@ -92,14 +92,14 @@ struct quirkdata { */ int (*vendor_unique_sw)(struct ss_softc *, struct scan_io *, struct scsi_set_window *, void *); - /* + /* * If the scanner requires use of GET_BUFFER_STATUS before READ * it can be called from ss_minphys(). */ void (*special_minphys)(struct ss_softc *, struct buf *); /* - * + * */ int (*compute_sizes)(void); }; @@ -243,7 +243,7 @@ const struct ss_quirk_inquiry_pattern ss_quirk_patterns[] = { }}, #endif }; - + int ssmatch(struct device *, void *, void *); void ssattach(struct device *, struct device *, void *); |