Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/broadcom Fix indent.



details:   https://anonhg.NetBSD.org/src/rev/bb5279e914a2
branches:  trunk
changeset: 840312:bb5279e914a2
user:      isaki <isaki%NetBSD.org@localhost>
date:      Tue Apr 02 03:52:17 2019 +0000

description:
Fix indent.

diffstat:

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

diffs (36 lines):

diff -r c3dfa5604957 -r bb5279e914a2 sys/arch/arm/broadcom/bcm2835_vcaudio.c
--- a/sys/arch/arm/broadcom/bcm2835_vcaudio.c   Tue Apr 02 03:47:30 2019 +0000
+++ b/sys/arch/arm/broadcom/bcm2835_vcaudio.c   Tue Apr 02 03:52:17 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bcm2835_vcaudio.c,v 1.12 2018/09/03 16:29:23 riastradh Exp $ */
+/* $NetBSD: bcm2835_vcaudio.c,v 1.13 2019/04/02 03:52:17 isaki Exp $ */
 
 /*-
  * Copyright (c) 2013 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bcm2835_vcaudio.c,v 1.12 2018/09/03 16:29:23 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bcm2835_vcaudio.c,v 1.13 2019/04/02 03:52:17 isaki Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -486,7 +486,7 @@
                msg.u.write.cookie = intrarg;
                msg.u.write.silence = 0;
 
-               block = (uint8_t *)sc->sc_pstart + sc->sc_ppos;
+               block = (uint8_t *)sc->sc_pstart + sc->sc_ppos;
                resid = count;
                off = 0;
 
@@ -521,7 +521,7 @@
                        sc->sc_ppos = 0;
 
                if (!sc->sc_started) {
-                       ++sc->sc_pblkcnt;
+                       ++sc->sc_pblkcnt;
 
                        if (sc->sc_pblkcnt == VCAUDIO_PREFILLCOUNT) {
 



Home | Main Index | Thread Index | Old Index