Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/virtio Be consistent with double include guard name ...



details:   https://anonhg.NetBSD.org/src/rev/33eef0ba521c
branches:  trunk
changeset: 320687:33eef0ba521c
user:      kre <kre%NetBSD.org@localhost>
date:      Mon Jul 16 00:33:00 2018 +0000

description:
Be consistent with double include guard name (clang actually detects this)

diffstat:

 sys/dev/virtio/virtio_mmiovar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 92d9804e98f8 -r 33eef0ba521c sys/dev/virtio/virtio_mmiovar.h
--- a/sys/dev/virtio/virtio_mmiovar.h   Mon Jul 16 00:32:59 2018 +0000
+++ b/sys/dev/virtio/virtio_mmiovar.h   Mon Jul 16 00:33:00 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: virtio_mmiovar.h,v 1.1 2018/06/06 20:35:36 jakllsch Exp $ */
+/* $NetBSD: virtio_mmiovar.h,v 1.2 2018/07/16 00:33:00 kre Exp $ */
 /*
  * Copyright (c) 2018 Jonathan A. Kollasch
  * All rights reserved.
@@ -25,7 +25,7 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef _VIRTIO_MMIOVAR_H_
+#ifndef _VIRTIO_MMIOREG_H_
 #define _VIRTIO_MMIOREG_H_
 
 #include <dev/pci/virtiovar.h> /* XXX: move to non-pci */



Home | Main Index | Thread Index | Old Index