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/dd6812bb4758
branches:  trunk
changeset: 328311:dd6812bb4758
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 351553565467 -r dd6812bb4758 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