summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-28 17:34:31 +0000
committerphk <phk@FreeBSD.org>2002-09-28 17:34:31 +0000
commit87e8f8a0c1322a9dd2c0e2334b933c6d86fe4785 (patch)
tree3abce89a1579686bdc75ca675a4ea6b9088384bd /sys
parent8a5ad5960219f4c2e9729cce4e939e487e64c835 (diff)
downloadFreeBSD-src-87e8f8a0c1322a9dd2c0e2334b933c6d86fe4785.zip
FreeBSD-src-87e8f8a0c1322a9dd2c0e2334b933c6d86fe4785.tar.gz
Fix an indentation problem.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ata/atapi-all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-all.c b/sys/dev/ata/atapi-all.c
index 8a6c035..56e124b 100644
--- a/sys/dev/ata/atapi-all.c
+++ b/sys/dev/ata/atapi-all.c
@@ -473,7 +473,7 @@ void
atapi_reinit(struct ata_device *atadev)
{
/* reinit device parameters */
- if (atadev->mode >= ATA_DMA)
+ if (atadev->mode >= ATA_DMA)
ata_dmainit(atadev,
(ata_pmode(atadev->param) < 0) ?
(atadev->param->support_dma ? 4:0):ata_pmode(atadev->param),
OpenPOWER on IntegriCloud