Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/marvell Fix typo.
details: https://anonhg.NetBSD.org/src/rev/9c3d7fe91c5a
branches: trunk
changeset: 795051:9c3d7fe91c5a
user: htodd <htodd%NetBSD.org@localhost>
date: Sun Mar 30 22:39:29 2014 +0000
description:
Fix typo.
diffstat:
sys/dev/marvell/mvpex.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 02e4b09dd01b -r 9c3d7fe91c5a sys/dev/marvell/mvpex.c
--- a/sys/dev/marvell/mvpex.c Sun Mar 30 22:18:13 2014 +0000
+++ b/sys/dev/marvell/mvpex.c Sun Mar 30 22:39:29 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mvpex.c,v 1.10 2014/03/30 01:17:51 christos Exp $ */
+/* $NetBSD: mvpex.c,v 1.11 2014/03/30 22:39:29 htodd Exp $ */
/*
* Copyright (c) 2008 KIYOHARA Takashi
* All rights reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mvpex.c,v 1.10 2014/03/30 01:17:51 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mvpex.c,v 1.11 2014/03/30 22:39:29 htodd Exp $");
#include "opt_pci.h"
#include "pci.h"
@@ -620,7 +620,7 @@
/* ARGSUSED */
const char *
-mvpex_intr_string(void *v, pci_intr_handle_t pin, char *buf size_t len)
+mvpex_intr_string(void *v, pci_intr_handle_t pin, char *buf, size_t len)
{
switch (pin) {
case PCI_INTERRUPT_PIN_A:
Home |
Main Index |
Thread Index |
Old Index