PERFORCE change 132096 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sun Dec 30 05:55:20 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=132096

Change 132096 by hselasky at hselasky_laptop001 on 2007/12/30 13:54:20

	
	Prefix function name by "uchcom_".

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/uchcom.c#6 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/uchcom.c#6 (text+ko) ====

@@ -468,7 +468,7 @@
 }
 
 static usbd_status
-get_version(struct uchcom_softc *sc, uint8_t *rver)
+uchcom_get_version(struct uchcom_softc *sc, uint8_t *rver)
 {
 	uint8_t buf[UCHCOM_INPUT_BUF_SIZE];
 	usbd_status err;
@@ -512,7 +512,7 @@
 {
 	usbd_status err;
 
-	err = get_version(sc, &sc->sc_version);
+	err = uchcom_get_version(sc, &sc->sc_version);
 	if (err) {
 		device_printf(sc->sc_ucom.sc_dev, "cannot get version: %s\n",
 			      usbd_errstr(err));


More information about the p4-projects mailing list