Minor style(9) nit.
This commit is contained in:
Warner Losh 2003-08-10 03:47:29 +00:00
parent aadef91a54
commit 8a0ef7be56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118715

View file

@ -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");
}