Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi Remove extra spaces.



details:   https://anonhg.NetBSD.org/src/rev/674e60bf6f9d
branches:  trunk
changeset: 814429:674e60bf6f9d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Mar 20 09:47:58 2016 +0000

description:
Remove extra spaces.

diffstat:

 sys/dev/scsipi/atapi_wdc.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r aa8c9bddac9b -r 674e60bf6f9d sys/dev/scsipi/atapi_wdc.c
--- a/sys/dev/scsipi/atapi_wdc.c        Sun Mar 20 04:24:46 2016 +0000
+++ b/sys/dev/scsipi/atapi_wdc.c        Sun Mar 20 09:47:58 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atapi_wdc.c,v 1.119 2012/07/31 15:59:57 bouyer Exp $   */
+/*     $NetBSD: atapi_wdc.c,v 1.120 2016/03/20 09:47:58 tsutsui Exp $  */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atapi_wdc.c,v 1.119 2012/07/31 15:59:57 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atapi_wdc.c,v 1.120 2016/03/20 09:47:58 tsutsui Exp $");
 
 #ifndef ATADEBUG
 #define ATADEBUG
@@ -476,7 +476,7 @@
                 * disable interrupts, all commands here should be quick
                 * enough to be able to poll, and we don't go here that often
                 */
-                bus_space_write_1(wdr->ctl_iot, wdr->ctl_ioh, wd_aux_ctlr,
+               bus_space_write_1(wdr->ctl_iot, wdr->ctl_ioh, wd_aux_ctlr,
                     WDCTL_4BIT | WDCTL_IDS);
                if (wdc->select)
                        wdc->select(chp, xfer->c_drive);
@@ -873,7 +873,7 @@
                }
 #endif
                wdc->dataout_pio(chp, drvp->drive_flags,
-                   (char *)xfer->c_databuf + xfer->c_skip, len);
+                   (char *)xfer->c_databuf + xfer->c_skip, len);
 
 #if NATA_PIOBM
        end_piobm_dataout:



Home | Main Index | Thread Index | Old Index