mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
hyperv/et: Strip extra white space in function name
Reported by: Sascha Wildner <saw online de> MFC after: 1 week Sponsored by: Microsoft OSTC
This commit is contained in:
parent
add14c83aa
commit
625dc68a9e
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ hv_et_intr(struct trapframe *frame)
|
|||
}
|
||||
|
||||
static void
|
||||
hv_et_identify (driver_t *driver, device_t parent)
|
||||
hv_et_identify(driver_t *driver, device_t parent)
|
||||
{
|
||||
if (device_find_child(parent, "hv_et", -1) != NULL)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue