Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic whitespace fix



details:   https://anonhg.NetBSD.org/src/rev/df1a9b476e73
branches:  trunk
changeset: 320450:df1a9b476e73
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Jul 08 17:58:26 2018 +0000

description:
whitespace fix

diffstat:

 sys/dev/ic/ahcisata_core.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 2de3c599ec48 -r df1a9b476e73 sys/dev/ic/ahcisata_core.c
--- a/sys/dev/ic/ahcisata_core.c        Sun Jul 08 17:54:42 2018 +0000
+++ b/sys/dev/ic/ahcisata_core.c        Sun Jul 08 17:58:26 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ahcisata_core.c,v 1.60 2017/11/11 16:49:13 jdolecek Exp $      */
+/*     $NetBSD: ahcisata_core.c,v 1.61 2018/07/08 17:58:26 jdolecek Exp $      */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_core.c,v 1.60 2017/11/11 16:49:13 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_core.c,v 1.61 2018/07/08 17:58:26 jdolecek Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -1501,9 +1501,9 @@
                if (ata_bio->error == NOERROR)
                        ata_bio->bcount = 0;
        } else {
-           if ((ata_bio->flags & ATA_READ) || ata_bio->error == NOERROR)
-               ata_bio->bcount -=
-                   le32toh(achp->ahcic_cmdh[xfer->c_slot].cmdh_prdbc);
+               if ((ata_bio->flags & ATA_READ) || ata_bio->error == NOERROR)
+                       ata_bio->bcount -=
+                           le32toh(achp->ahcic_cmdh[xfer->c_slot].cmdh_prdbc);
        }
        AHCIDEBUG_PRINT((" now %ld\n", ata_bio->bcount), DEBUG_XFERS);
        (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);



Home | Main Index | Thread Index | Old Index