Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Whitespace changes.



details:   https://anonhg.NetBSD.org/src/rev/c7ece9ebe6be
branches:  trunk
changeset: 522086:c7ece9ebe6be
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Feb 11 11:42:16 2002 +0000

description:
Whitespace changes.

diffstat:

 sys/dev/usb/udsbr.c |  21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 0c96120ce4bb -r c7ece9ebe6be sys/dev/usb/udsbr.c
--- a/sys/dev/usb/udsbr.c       Mon Feb 11 11:41:30 2002 +0000
+++ b/sys/dev/usb/udsbr.c       Mon Feb 11 11:42:16 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: udsbr.c,v 1.4 2002/01/03 21:52:26 augustss Exp $       */
+/*     $NetBSD: udsbr.c,v 1.5 2002/02/11 11:42:16 augustss Exp $       */
 
 /*
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: udsbr.c,v 1.4 2002/01/03 21:52:26 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udsbr.c,v 1.5 2002/02/11 11:42:16 augustss Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -72,9 +72,9 @@
 
 #define UDSBR_CONFIG_NO                1
 
-int     udsbr_get_info(void *, struct radio_info *);
-int     udsbr_set_info(void *, struct radio_info *);
-int     udsbr_search(void *, int);
+Static int     udsbr_get_info(void *, struct radio_info *);
+Static int     udsbr_set_info(void *, struct radio_info *);
+Static int     udsbr_search(void *, int);
 
 struct radio_hw_if udsbr_hw_if = {
        NULL, /* open */
@@ -97,11 +97,12 @@
        char                    sc_dying;
 };
 
-int    udsbr_req(struct udsbr_softc *sc, int ureq, int value, int index);
-void   udsbr_start(struct udsbr_softc *sc);
-void   udsbr_stop(struct udsbr_softc *sc);
-void   udsbr_setfreq(struct udsbr_softc *sc, int freq);
-int    udsbr_status(struct udsbr_softc *sc);
+Static int     udsbr_req(struct udsbr_softc *sc, int ureq, int value,
+                         int index);
+Static void    udsbr_start(struct udsbr_softc *sc);
+Static void    udsbr_stop(struct udsbr_softc *sc);
+Static void    udsbr_setfreq(struct udsbr_softc *sc, int freq);
+Static int     udsbr_status(struct udsbr_softc *sc);
 
 USB_DECLARE_DRIVER(udsbr);
 



Home | Main Index | Thread Index | Old Index