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 Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/949a2b3a35db
branches:  trunk
changeset: 946566:949a2b3a35db
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 01 08:39:39 2020 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/mips/rmi/rmixl_spl.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a6d625f64f0c -r 949a2b3a35db sys/arch/mips/rmi/rmixl_spl.S
--- a/sys/arch/mips/rmi/rmixl_spl.S     Tue Dec 01 08:35:31 2020 +0000
+++ b/sys/arch/mips/rmi/rmixl_spl.S     Tue Dec 01 08:39:39 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rmixl_spl.S,v 1.5 2020/07/26 07:48:07 simonb Exp $     */
+/*     $NetBSD: rmixl_spl.S,v 1.6 2020/12/01 08:39:39 skrll Exp $      */
 
 /*-
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
 #include <mips/asm.h>
 #include <mips/cpuregs.h>
 
-RCSID("$NetBSD: rmixl_spl.S,v 1.5 2020/07/26 07:48:07 simonb Exp $");
+RCSID("$NetBSD: rmixl_spl.S,v 1.6 2020/12/01 08:39:39 skrll Exp $");
 
 #include "assym.h"
 
@@ -50,7 +50,7 @@
 
        .set noreorder
 
-/* 
+/*
  * Array of mask of bits to set in the EIMR when we go to a
  * given hardware interrupt priority level.
  * The softint bits in [IPL_NONE] and [IPL_SOFTCLOCK] should stay constant



Home | Main Index | Thread Index | Old Index