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/1b5b7c314adb
branches: trunk
changeset: 340633:1b5b7c314adb
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Sep 21 10:10:19 2015 +0000
description:
Fix typo
diffstat:
sys/arch/mips/atheros/dev/ehci_arbus.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a323549f207d -r 1b5b7c314adb sys/arch/mips/atheros/dev/ehci_arbus.c
--- a/sys/arch/mips/atheros/dev/ehci_arbus.c Mon Sep 21 08:04:43 2015 +0000
+++ b/sys/arch/mips/atheros/dev/ehci_arbus.c Mon Sep 21 10:10:19 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci_arbus.c,v 1.4 2015/09/11 06:55:45 skrll Exp $ */
+/* $NetBSD: ehci_arbus.c,v 1.5 2015/09/21 10:10:19 skrll Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci_arbus.c,v 1.4 2015/09/11 06:55:45 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci_arbus.c,v 1.5 2015/09/21 10:10:19 skrll Exp $");
#include "locators.h"
@@ -66,7 +66,7 @@
CFATTACH_DECL_NEW(ehci_arbus, sizeof (ehci_softc_t),
ehci_arbus_match, ehci_arbus_attach, NULL, NULL);
-static void ehci_arbus_init(struct ehci_soft *);
+static void ehci_arbus_init(struct ehci_softc *);
int
ehci_arbus_match(device_t parent, cfdata_t cf, void *aux)
Home |
Main Index |
Thread Index |
Old Index