Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/rmi fix typo
details: https://anonhg.NetBSD.org/src/rev/6ee02dba1df2
branches: trunk
changeset: 763413:6ee02dba1df2
user: cliff <cliff%NetBSD.org@localhost>
date: Fri Mar 18 20:23:26 2011 +0000
description:
fix typo
diffstat:
sys/arch/mips/rmi/rmixl_nand.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 978c1a82af40 -r 6ee02dba1df2 sys/arch/mips/rmi/rmixl_nand.c
--- a/sys/arch/mips/rmi/rmixl_nand.c Fri Mar 18 19:58:21 2011 +0000
+++ b/sys/arch/mips/rmi/rmixl_nand.c Fri Mar 18 20:23:26 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rmixl_nand.c,v 1.3 2011/03/18 19:58:21 cliff Exp $ */
+/* $NetBSD: rmixl_nand.c,v 1.4 2011/03/18 20:23:26 cliff Exp $ */
/*-
* Copyright (c) 2010 Department of Software Engineering,
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rmixl_nand.c,v 1.3 2011/03/18 19:58:21 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rmixl_nand.c,v 1.4 2011/03/18 20:23:26 cliff Exp $");
#include "opt_flash.h"
@@ -98,7 +98,7 @@
rmixl_nand_attach, rmixl_nand_detach, NULL);
static int
-rmixl_nand_match(device_tparent, cfdata_tmatch, void *aux)
+rmixl_nand_match(device_t parent, cfdata_t match, void *aux)
{
struct rmixl_iobus_attach_args *ia = aux;
bus_space_handle_t bsh;
Home |
Main Index |
Thread Index |
Old Index