Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add missing RCSID, remove non-breaking space cha...



details:   https://anonhg.NetBSD.org/src/rev/2bebeb6fd94b
branches:  trunk
changeset: 1022411:2bebeb6fd94b
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri Jul 16 12:20:01 2021 +0000

description:
Add missing RCSID, remove non-breaking space characters in copyright, remove vim modeline (from yambo in IRC).
ok riastradh

diffstat:

 sys/dev/pci/xmm7360.c |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r ce7284fe9da4 -r 2bebeb6fd94b sys/dev/pci/xmm7360.c
--- a/sys/dev/pci/xmm7360.c     Fri Jul 16 12:09:36 2021 +0000
+++ b/sys/dev/pci/xmm7360.c     Fri Jul 16 12:20:01 2021 +0000
@@ -1,4 +1,5 @@
-// vim: noet ts=8 sts=8 sw=8
+/*     $NetBSD: xmm7360.c,v 1.8 2021/07/16 12:20:01 andvar Exp $       */
+
 /*
  * Device driver for Intel XMM7360 LTE modems, eg. Fibocom L850-GL.
  * Written by James Wah
@@ -6,8 +7,8 @@
  *
  * Development of this driver was supported by genua GmbH
  *
- * Copyright (c) 2020 genua GmbH <info%genua.de@localhost>
- * Copyright (c) 2020 James Wah <james%laird-wah.net@localhost>
+ * Copyright (c) 2020 genua GmbH <info%genua.de@localhost>
+ * Copyright (c) 2020 James Wah <james%laird-wah.net@localhost>
  *
  * The OpenBSD and NetBSD support was written by Jaromir Dolecek for
  * Moritz Systems Technology Company Sp. z o.o.
@@ -74,7 +75,7 @@
 #include "opt_gateway.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xmm7360.c,v 1.7 2021/04/24 23:36:57 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xmm7360.c,v 1.8 2021/07/16 12:20:01 andvar Exp $");
 #endif
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index