Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/imx * Fix compile error.
details: https://anonhg.NetBSD.org/src/rev/390f4d5b7f6a
branches: trunk
changeset: 349131:390f4d5b7f6a
user: hkenken <hkenken%NetBSD.org@localhost>
date: Fri Nov 25 05:03:36 2016 +0000
description:
* Fix compile error.
* typo
diffstat:
sys/arch/arm/imx/imx6_pcie.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 51d2116a4fbe -r 390f4d5b7f6a sys/arch/arm/imx/imx6_pcie.c
--- a/sys/arch/arm/imx/imx6_pcie.c Fri Nov 25 05:03:12 2016 +0000
+++ b/sys/arch/arm/imx/imx6_pcie.c Fri Nov 25 05:03:36 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: imx6_pcie.c,v 1.1 2016/11/24 12:06:43 hkenken Exp $ */
+/* $NetBSD: imx6_pcie.c,v 1.2 2016/11/25 05:03:36 hkenken Exp $ */
/*
* Copyright (c) 2016 Genetec Corporation. All rights reserved.
@@ -31,10 +31,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_pcie.c,v 1.1 2016/11/24 12:06:43 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_pcie.c,v 1.2 2016/11/25 05:03:36 hkenken Exp $");
#include "opt_pci.h"
-#include "opt_imx6pcie.h"
#include "pci.h"
#include "imxgpio.h"
@@ -760,7 +759,7 @@
/*
* work around.
* If there is no PCIe devices, DABT will be generated by read/write access to
- * config area, so replace original DABT handler with sinple jump-back one.
+ * config area, so replace original DABT handler with simple jump-back one.
*/
extern u_int data_abort_handler_address;
static bool data_abort_flag;
Home |
Main Index |
Thread Index |
Old Index