Module Name: src
Committed By: andvar
Date: Fri Jul 16 12:20:01 UTC 2021
Modified Files:
src/sys/dev/pci: xmm7360.c
Log Message:
Add missing RCSID, remove non-breaking space characters in copyright, remove
vim modeline (from yambo in IRC).
ok riastradh
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/xmm7360.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/xmm7360.c
diff -u src/sys/dev/pci/xmm7360.c:1.7 src/sys/dev/pci/xmm7360.c:1.8
--- src/sys/dev/pci/xmm7360.c:1.7 Sat Apr 24 23:36:57 2021
+++ src/sys/dev/pci/xmm7360.c Fri Jul 16 12:20:01 2021
@@ -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 <[email protected]>
- * Copyright (c) 2020 James Wah <[email protected]>
+ * Copyright (c) 2020 genua GmbH <[email protected]>
+ * Copyright (c) 2020 James Wah <[email protected]>
*
* The OpenBSD and NetBSD support was written by Jaromir Dolecek for
* Moritz Systems Technology Company Sp. z o.o.
@@ -74,7 +75,7 @@ MODULE_DEVICE_TABLE(pci, xmm7360_ids);
#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>