mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Staticize ukbd_detach and fix indentation.
Submitted by: Sylvestre Gallon
This commit is contained in:
parent
9ceb784eaf
commit
7b8b6d352f
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue