mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MF p4:
Minor style(9) nit.
This commit is contained in:
parent
aadef91a54
commit
8a0ef7be56
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ cbb_attach(device_t brdev)
|
|||
|
||||
/* Start the thread */
|
||||
if (kthread_create(cbb_event_thread, sc, &sc->event_thread, 0, 0,
|
||||
"%s%d", device_get_name(brdev), device_get_unit(brdev))) {
|
||||
"%s%d", device_get_name(brdev), device_get_unit(brdev))) {
|
||||
device_printf(brdev, "unable to create event thread.\n");
|
||||
panic("cbb_create_event_thread");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue