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:
Sepherosa Ziehau 2016-04-25 04:58:14 +00:00
parent add14c83aa
commit 625dc68a9e

View File

@ -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;