diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-06 04:50:28 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-06 04:50:28 +0000 |
commit | 6d821bb9984a85702b61182e670a2d496a067fa8 (patch) | |
tree | 6cdfd30dc5c2f38c9595ceeb4a9d8d079358a0cd /sys/dev | |
parent | e274efe8adac0a344a88a18c9e814e58aa1afa6b (diff) |
white space fix
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/sili.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/sili.c b/sys/dev/ic/sili.c index a54eac250be..3123b87127a 100644 --- a/sys/dev/ic/sili.c +++ b/sys/dev/ic/sili.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sili.c,v 1.13 2007/04/06 04:48:54 dlg Exp $ */ +/* $OpenBSD: sili.c,v 1.14 2007/04/06 04:50:27 dlg Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -431,7 +431,7 @@ sili_ata_probe(void *xsc, int port) return (ATA_PORT_T_NONE); } - /* Read device signature from command slot. */ + /* Read device signature from command slot. */ signature = sili_signature(sp, 0); DPRINTF(SILI_D_VERBOSE, "%s.%d: signature 0x%08x\n", DEVNAME(sc), port, |