Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Comment indentation



details:   https://anonhg.NetBSD.org/src/rev/495daff66a8b
branches:  trunk
changeset: 823431:495daff66a8b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Apr 22 20:32:35 2017 +0000

description:
Comment indentation

diffstat:

 sys/arch/mips/mips/cache.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c0eead792494 -r 495daff66a8b sys/arch/mips/mips/cache.c
--- a/sys/arch/mips/mips/cache.c        Sat Apr 22 20:20:19 2017 +0000
+++ b/sys/arch/mips/mips/cache.c        Sat Apr 22 20:32:35 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cache.c,v 1.54 2016/09/04 07:30:52 skrll Exp $ */
+/*     $NetBSD: cache.c,v 1.55 2017/04/22 20:32:35 skrll Exp $ */
 
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.54 2016/09/04 07:30:52 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.55 2017/04/22 20:32:35 skrll Exp $");
 
 #include "opt_cputype.h"
 #include "opt_mips_cache.h"
@@ -410,7 +410,7 @@
 
                mips3_get_cache_config(csizebase);
 
-                       /* no VCE support if there is no L2 cache */
+               /* no VCE support if there is no L2 cache */
                if (mci->mci_picache_size > PAGE_SIZE)
                        mci->mci_icache_virtual_alias = true;
                if (mci->mci_pdcache_size > PAGE_SIZE)



Home | Main Index | Thread Index | Old Index