Staticize ukbd_detach and fix indentation.

Submitted by:	Sylvestre Gallon
This commit is contained in:
thompsa 2009-06-02 17:29:15 +00:00
parent 8ef48f1bd3
commit 31080d34af

View File

@ -822,7 +822,7 @@ ukbd_attach(device_t dev)
return (ENXIO); /* error */
}
int
static int
ukbd_detach(device_t dev)
{
struct ukbd_softc *sc = device_get_softc(dev);
@ -1569,7 +1569,7 @@ static int
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: