Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci White space.



details:   https://anonhg.NetBSD.org/src/rev/46d1c10cb6e3
branches:  trunk
changeset: 449681:46d1c10cb6e3
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sat Mar 16 12:23:49 2019 +0000

description:
White space.

diffstat:

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

diffs (32 lines):

diff -r 7b92dc0e5c03 -r 46d1c10cb6e3 sys/dev/pci/cmpci.c
--- a/sys/dev/pci/cmpci.c       Sat Mar 16 12:09:56 2019 +0000
+++ b/sys/dev/pci/cmpci.c       Sat Mar 16 12:23:49 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cmpci.c,v 1.52 2019/03/16 12:09:58 isaki Exp $ */
+/*     $NetBSD: cmpci.c,v 1.53 2019/03/16 12:23:49 isaki Exp $ */
 
 /*
  * Copyright (c) 2000, 2001, 2008 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cmpci.c,v 1.52 2019/03/16 12:09:58 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cmpci.c,v 1.53 2019/03/16 12:23:49 isaki Exp $");
 
 #if defined(AUDIO_DEBUG) || defined(DEBUG)
 #define DPRINTF(x) if (cmpcidebug) printf x
@@ -155,11 +155,11 @@
        .round_blocksize        = cmpci_round_blocksize,
        .halt_output            = cmpci_halt_output,
        .halt_input             = cmpci_halt_input,
-       .getdev                 = cmpci_getdev, 
+       .getdev                 = cmpci_getdev,
        .set_port               = cmpci_set_port,
        .get_port               = cmpci_get_port,
        .query_devinfo          = cmpci_query_devinfo,
-       .allocm                 = cmpci_allocm, 
+       .allocm                 = cmpci_allocm,
        .freem                  = cmpci_freem,
        .round_buffersize       = cmpci_round_buffersize,
        .mappage                = cmpci_mappage,



Home | Main Index | Thread Index | Old Index