Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/sunxi trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/9dda0b9e05eb
branches:  trunk
changeset: 949744:9dda0b9e05eb
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Jan 15 23:02:38 2021 +0000

description:
trailing whitespace

diffstat:

 sys/arch/arm/sunxi/sun6i_spi.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 51c747d869c3 -r 9dda0b9e05eb sys/arch/arm/sunxi/sun6i_spi.c
--- a/sys/arch/arm/sunxi/sun6i_spi.c    Fri Jan 15 23:02:07 2021 +0000
+++ b/sys/arch/arm/sunxi/sun6i_spi.c    Fri Jan 15 23:02:38 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sun6i_spi.c,v 1.6 2021/01/15 23:02:07 jmcneill Exp $   */
+/*     $NetBSD: sun6i_spi.c,v 1.7 2021/01/15 23:02:38 jmcneill Exp $   */
 
 /*
  * Copyright (c) 2019 Tobias Nygren
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sun6i_spi.c,v 1.6 2021/01/15 23:02:07 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sun6i_spi.c,v 1.7 2021/01/15 23:02:38 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -158,7 +158,7 @@
 
        aprint_naive("\n");
        aprint_normal(": SPI\n");
-       
+
        aprint_normal_dev(self, "interrupting on %s\n", intrstr);
 
        gcr = SPI_GCR_SRST;
@@ -205,7 +205,7 @@
 
        if (slave >= sc->sc_spi.sct_nslaves)
                return EINVAL;
-       
+
        tcr = SPI_TCR_SS_LEVEL | SPI_TCR_SPOL;
 
        switch (mode) {



Home | Main Index | Thread Index | Old Index