summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2011-08-29 11:16:35 +0000
committerjruoho <jruoho@NetBSD.org>2011-08-29 11:16:35 +0000
commitefd3426e057f462ff8034f82fc7d83f83f75f04a (patch)
tree2cb3499d6dfdc7aa73a74ffb04b5000b1c620549 /sys/dev
parent2d4bf7b8334e6f54c9b3f7f03682e6bb4230d7b3 (diff)
Fix RCS keyword string.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/i2c/zl10353.c4
-rw-r--r--sys/dev/i2c/zl10353reg.h2
-rw-r--r--sys/dev/i2c/zl10353var.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/i2c/zl10353.c b/sys/dev/i2c/zl10353.c
index fa00057e2b2..c2ca51dab1d 100644
--- a/sys/dev/i2c/zl10353.c
+++ b/sys/dev/i2c/zl10353.c
@@ -1,4 +1,4 @@
-/* $NetBSD */
+/* $NetBSD: zl10353.c,v 1.2 2011/08/29 11:16:35 jruoho Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zl10353.c,v 1.1 2011/08/29 11:14:15 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zl10353.c,v 1.2 2011/08/29 11:16:35 jruoho Exp $");
#include <sys/param.h>
#include <sys/kmem.h>
diff --git a/sys/dev/i2c/zl10353reg.h b/sys/dev/i2c/zl10353reg.h
index cb8e440a52b..89f97c63a11 100644
--- a/sys/dev/i2c/zl10353reg.h
+++ b/sys/dev/i2c/zl10353reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD */
+/* $NetBSD: zl10353reg.h,v 1.2 2011/08/29 11:16:36 jruoho Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
diff --git a/sys/dev/i2c/zl10353var.h b/sys/dev/i2c/zl10353var.h
index 348fdebe10f..597bf3bd96d 100644
--- a/sys/dev/i2c/zl10353var.h
+++ b/sys/dev/i2c/zl10353var.h
@@ -1,4 +1,4 @@
-/* $NetBSD */
+/* $NetBSD: zl10353var.h,v 1.2 2011/08/29 11:16:36 jruoho Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.