PERFORCE change 163337 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Jun 2 06:41:04 UTC 2009


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

Change 163337 by hselasky at hselasky_laptop001 on 2009/06/02 06:40:59

	
	USB input:
	  - style fix patch from Sylvestre Gallon

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/input/ukbd.c#15 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/input/ukbd.c#15 (text+ko) ====

@@ -822,7 +822,7 @@
 	return (ENXIO);			/* error */
 }
 
-int
+static int
 ukbd_detach(device_t dev)
 {
 	struct ukbd_softc *sc = device_get_softc(dev);
@@ -1569,7 +1569,7 @@
 ukbd_driver_load(module_t mod, int what, void *arg)
 {
 	switch (what) {
-		case MOD_LOAD:
+	case MOD_LOAD:
 		kbd_add_driver(&ukbd_kbd_driver);
 		break;
 	case MOD_UNLOAD:


More information about the p4-projects mailing list