Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm KNF
details: https://anonhg.NetBSD.org/src/rev/9e77e651c2a4
branches: trunk
changeset: 356954:9e77e651c2a4
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Oct 22 07:52:40 2017 +0000
description:
KNF
diffstat:
sys/arch/arm/arm/cpufunc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b2fbceae72c3 -r 9e77e651c2a4 sys/arch/arm/arm/cpufunc.c
--- a/sys/arch/arm/arm/cpufunc.c Sun Oct 22 06:26:01 2017 +0000
+++ b/sys/arch/arm/arm/cpufunc.c Sun Oct 22 07:52:40 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpufunc.c,v 1.166 2017/08/27 11:44:49 skrll Exp $ */
+/* $NetBSD: cpufunc.c,v 1.167 2017/10/22 07:52:40 skrll Exp $ */
/*
* arm7tdmi support code Copyright (c) 2001 John Fremlin
@@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpufunc.c,v 1.166 2017/08/27 11:44:49 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpufunc.c,v 1.167 2017/10/22 07:52:40 skrll Exp $");
#include "opt_compat_netbsd.h"
#include "opt_cpuoptions.h"
@@ -2194,7 +2194,7 @@
* Bzzzz. And the answer was ...
*/
panic("No support for this CPU type (%08x) in kernel", cputype);
- return(ARCHITECTURE_NOT_PRESENT);
+ return ARCHITECTURE_NOT_PRESENT;
}
#ifdef CPU_ARM2
Home |
Main Index |
Thread Index |
Old Index