Staticize ukbd_detach and fix indentation.

Submitted by:	Sylvestre Gallon
This commit is contained in:
Andrew Thompson 2009-06-02 17:29:15 +00:00
parent 9ceb784eaf
commit 7b8b6d352f

View File

@ -822,7 +822,7 @@ detach:
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: