mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a typo in a panic() call.
PR: kern/169497 Submitted by: Steven Hartland <steven.hartland@multiplay.co.uk> MFC after: 3 days
This commit is contained in:
parent
4ba82b1743
commit
905cb85d78
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ failure:
|
|||
/* No cleanup to perform. */
|
||||
break;
|
||||
default:
|
||||
panic("cam_periph_alloc: Unkown init level");
|
||||
panic("%s: Unknown init level", __func__);
|
||||
}
|
||||
return(status);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue