Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm32 Wrong long lined comment



details:   https://anonhg.NetBSD.org/src/rev/e5d6a9710f95
branches:  trunk
changeset: 448089:e5d6a9710f95
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 21 07:46:20 2019 +0000

description:
Wrong long lined comment

diffstat:

 sys/arch/arm/arm32/arm32_machdep.c |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 73e0e476d09a -r e5d6a9710f95 sys/arch/arm/arm32/arm32_machdep.c
--- a/sys/arch/arm/arm32/arm32_machdep.c        Mon Jan 21 07:29:36 2019 +0000
+++ b/sys/arch/arm/arm32/arm32_machdep.c        Mon Jan 21 07:46:20 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arm32_machdep.c,v 1.125 2019/01/03 10:26:41 skrll Exp $        */
+/*     $NetBSD: arm32_machdep.c,v 1.126 2019/01/21 07:46:20 skrll Exp $        */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.125 2019/01/03 10:26:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.126 2019/01/21 07:46:20 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_arm_start.h"
@@ -716,8 +716,9 @@
  *
  * printf isn't available to us for a number of reasons.
  *
- * -  kprint_init has been called and printf will try to take locks which we can't
- *    do just yet because bootstrap translation tables do not allowing caching.
+ * -  kprint_init has been called and printf will try to take locks which we
+ *    can't  do just yet because bootstrap translation tables do not allowing
+ *    caching.
  *
  * -  kmutex(9) relies on curcpu which isn't setup yet.
  *



Home | Main Index | Thread Index | Old Index