Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/atheros/dev fix typo
details: https://anonhg.NetBSD.org/src/rev/d1efe6c2fdd3
branches: trunk
changeset: 326956:d1efe6c2fdd3
user: martin <martin%NetBSD.org@localhost>
date: Sun Feb 23 20:56:29 2014 +0000
description:
fix typo
diffstat:
sys/arch/mips/atheros/dev/com_arbus.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2b2b1b35be63 -r d1efe6c2fdd3 sys/arch/mips/atheros/dev/com_arbus.c
--- a/sys/arch/mips/atheros/dev/com_arbus.c Sun Feb 23 16:07:40 2014 +0000
+++ b/sys/arch/mips/atheros/dev/com_arbus.c Sun Feb 23 20:56:29 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com_arbus.c,v 1.11 2014/02/07 15:49:40 msaitoh Exp $ */
+/* $NetBSD: com_arbus.c,v 1.12 2014/02/23 20:56:29 martin Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
* Copyright (c) 2006 Garrett D'Amore.
@@ -101,7 +101,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com_arbus.c,v 1.11 2014/02/07 15:49:40 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com_arbus.c,v 1.12 2014/02/23 20:56:29 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -227,7 +227,7 @@
int off = 3;
#else
int off = 0;
-#endif;
+#endif
/* rewrite the map to shift for alignment */
for (size_t i = 0; i < __arraycount(regsp->cr_map); i++) {
Home |
Main Index |
Thread Index |
Old Index