Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/malta fix typo
details: https://anonhg.NetBSD.org/src/rev/3afcee5f6a29
branches: trunk
changeset: 328340:3afcee5f6a29
user: christos <christos%NetBSD.org@localhost>
date: Mon Mar 31 20:44:19 2014 +0000
description:
fix typo
diffstat:
sys/arch/evbmips/malta/malta_intr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 911cd4fa87de -r 3afcee5f6a29 sys/arch/evbmips/malta/malta_intr.c
--- a/sys/arch/evbmips/malta/malta_intr.c Mon Mar 31 20:24:09 2014 +0000
+++ b/sys/arch/evbmips/malta/malta_intr.c Mon Mar 31 20:44:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: malta_intr.c,v 1.23 2014/03/29 19:28:28 christos Exp $ */
+/* $NetBSD: malta_intr.c,v 1.24 2014/03/31 20:44:19 christos Exp $ */
/*
* Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: malta_intr.c,v 1.23 2014/03/29 19:28:28 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: malta_intr.c,v 1.24 2014/03/31 20:44:19 christos Exp $");
#define __INTR_PRIVATE
@@ -387,7 +387,7 @@
pci_chipset_tag_t pc = pa->pa_pc;
void *cookie;
int bus, irq;
- char buf[PCI_IRQSTR_LEN];
+ char buf[PCI_INTRSTR_LEN];
pci_decompose_tag(pc, pa->pa_tag, &bus, NULL, NULL);
Home |
Main Index |
Thread Index |
Old Index