diff options
| author | enami <enami@NetBSD.org> | 2003-09-21 11:56:40 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 2003-09-21 11:56:40 +0000 |
| commit | a7c2135a0c47683015ba2bf94d7dfb7402c3563a (patch) | |
| tree | 86252cf05351dfee81be25c85de6a45357f45b7f /sys/dev | |
| parent | 0ca58f379024241cd8d2a225e72599606c624b88 (diff) | |
Correctly resurrect the style in previous. While I'm here, also removed
whitespace at the end of line in comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/wdc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c index 5090f49f1f2..f92799dc9c2 100644 --- a/sys/dev/ic/wdc.c +++ b/sys/dev/ic/wdc.c @@ -1,4 +1,4 @@ -/* $NetBSD: wdc.c,v 1.129 2003/09/21 11:14:00 bouyer Exp $ */ +/* $NetBSD: wdc.c,v 1.130 2003/09/21 11:56:40 enami Exp $ */ /* * Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved. @@ -70,7 +70,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.129 2003/09/21 11:14:00 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.130 2003/09/21 11:56:40 enami Exp $"); #ifndef WDCDEBUG #define WDCDEBUG @@ -322,12 +322,12 @@ wdcprobe(chp) if ((ret_value & (0x01 << drive)) == 0) continue; if (1 < ++found && chp->wdc != NULL && - (chp->wdc->cap & WDC_CAPABILITY_SINGLE_DRIVE)) { + (chp->wdc->cap & WDC_CAPABILITY_SINGLE_DRIVE)) { /* * Ignore second drive if WDC_CAPABILITY_SINGLE_DRIVE * is set. * - * Some CF Card (for ex. IBM MicroDrive and SanDisk) + * Some CF Card (for ex. IBM MicroDrive and SanDisk) * doesn't seem to implement drive select command. In * this case, you can't eliminate ghost drive properly. */ |
