mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Don't terminate the notification with \n. This is done in
usb_device.c:devctl_notify_f().
This commit is contained in:
parent
5def49518d
commit
6df3eebb63
1 changed files with 2 additions and 2 deletions
|
|
@ -2486,7 +2486,7 @@ usb_notify_addq(const char *type, struct usb_device *udev)
|
|||
"mode=%s "
|
||||
"port=%u "
|
||||
#if USB_HAVE_UGEN
|
||||
"parent=%s\n"
|
||||
"parent=%s"
|
||||
#endif
|
||||
"",
|
||||
#if USB_HAVE_UGEN
|
||||
|
|
@ -2534,7 +2534,7 @@ usb_notify_addq(const char *type, struct usb_device *udev)
|
|||
"endpoints=%d "
|
||||
"intclass=0x%02x "
|
||||
"intsubclass=0x%02x "
|
||||
"intprotocol=0x%02x\n",
|
||||
"intprotocol=0x%02x",
|
||||
#if USB_HAVE_UGEN
|
||||
udev->ugen_name,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue