Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sbus Style on config_finalize_register arguments - m...



details:   https://anonhg.NetBSD.org/src/rev/b4a5bdfaecba
branches:  trunk
changeset: 943061:b4a5bdfaecba
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Aug 25 13:36:41 2020 +0000

description:
Style on config_finalize_register arguments - make consistent will all
other callers of config_finalize_register

diffstat:

 sys/dev/sbus/dbri.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b25b53cec599 -r b4a5bdfaecba sys/dev/sbus/dbri.c
--- a/sys/dev/sbus/dbri.c       Tue Aug 25 13:33:43 2020 +0000
+++ b/sys/dev/sbus/dbri.c       Tue Aug 25 13:36:41 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dbri.c,v 1.42 2020/02/29 06:06:29 isaki Exp $  */
+/*     $NetBSD: dbri.c,v 1.43 2020/08/25 13:36:41 skrll Exp $  */
 
 /*
  * Copyright (C) 1997 Rudolf Koenig (rfkoenig%immd4.informatik.uni-erlangen.de@localhost)
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dbri.c,v 1.42 2020/02/29 06:06:29 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dbri.c,v 1.43 2020/08/25 13:36:41 skrll Exp $");
 
 #include "audio.h"
 #if NAUDIO > 0
@@ -372,7 +372,7 @@
        sc->sc_playing = 0;
        sc->sc_recording = 0;
        sc->sc_init_done = 0;
-       config_finalize_register(self, &dbri_config_interrupts);
+       config_finalize_register(self, dbri_config_interrupts);
 
        return;
 }



Home | Main Index | Thread Index | Old Index