prober: Fix typo

This commit is contained in:
Ryan Pavlik 2019-06-21 12:50:31 -05:00
parent cfb443843f
commit 257cf6b5a8

View file

@ -203,7 +203,7 @@ p_udev_enumerate_v4l2(struct prober* p, struct udev* udev)
"\t\tptr: %p (%i)\n"
"\t\tsysfs_path: '%s'\n"
"\t\tdev_path: '%s'\n"
"\t\tvender_id: %04x\n"
"\t\tvendor_id: %04x\n"
"\t\tproduct_id: %04x\n"
"\t\tv4l_index: %u\n"
"\t\tusb_iface: %i\n"
@ -320,7 +320,7 @@ p_udev_enumerate_hidraw(struct prober* p, struct udev* udev)
"\t\tsysfs_path: '%s'\n"
"\t\tdev_path: '%s'\n"
"\t\tbus_type: %i\n"
"\t\tvender_id: %04x\n"
"\t\tvendor_id: %04x\n"
"\t\tproduct_id: %04x\n"
"\t\tinterface: %i\n"
"\t\tusb_bus: %i\n"