Source-Changes-HG archive

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

[src/jdolecek-ncqfixes]: src/sys/dev/ata remove extra newline



details:   https://anonhg.NetBSD.org/src/rev/465468b3f7f0
branches:  jdolecek-ncqfixes
changeset: 850593:465468b3f7f0
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Oct 06 20:13:12 2018 +0000

description:
remove extra newline

diffstat:

 sys/dev/ata/ata.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 5d2199341fa4 -r 465468b3f7f0 sys/dev/ata/ata.c
--- a/sys/dev/ata/ata.c Sat Oct 06 20:12:37 2018 +0000
+++ b/sys/dev/ata/ata.c Sat Oct 06 20:13:12 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ata.c,v 1.141.6.12 2018/10/06 20:12:37 jdolecek Exp $  */
+/*     $NetBSD: ata.c,v 1.141.6.13 2018/10/06 20:13:12 jdolecek Exp $  */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.  All rights reserved.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.141.6.12 2018/10/06 20:12:37 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.141.6.13 2018/10/06 20:13:12 jdolecek Exp $");
 
 #include "opt_ata.h"
 
@@ -1676,7 +1676,6 @@
                ata_channel_freeze_locked(chp);
                chp->ch_flags |= type;
 
-
                cv_signal(&chp->ch_thr_idle);
                return;
        }



Home | Main Index | Thread Index | Old Index