mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-17 04:15:44 +00:00
st/prober: can not -> cannot
This commit is contained in:
parent
aa01868d0f
commit
eac703a106
|
@ -1153,7 +1153,7 @@ p_open_hid_interface(struct xrt_prober *xp,
|
||||||
|
|
||||||
#elif defined(XRT_OS_WINDOWS)
|
#elif defined(XRT_OS_WINDOWS)
|
||||||
(void)ret;
|
(void)ret;
|
||||||
U_LOG_E("HID devices not yet supported on Windows, can not open interface (%i)", interface);
|
U_LOG_E("HID devices not yet supported on Windows, cannot open interface (%i)", interface);
|
||||||
return -1;
|
return -1;
|
||||||
#else
|
#else
|
||||||
#error "no port of hid code"
|
#error "no port of hid code"
|
||||||
|
@ -1298,7 +1298,7 @@ p_get_string_descriptor(struct xrt_prober *xp,
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (pdev->base.bus == XRT_BUS_TYPE_USB) {
|
if (pdev->base.bus == XRT_BUS_TYPE_USB) {
|
||||||
P_WARN(p, "Can not get usb descriptors (libusb-dev not installed)!");
|
P_WARN(p, "Cannot get usb descriptors (libusb-dev not installed)!");
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -1344,7 +1344,7 @@ p_can_open(struct xrt_prober *xp, struct xrt_prober_device *xpdev)
|
||||||
|
|
||||||
// No backend compiled in to judge the ability to open the device.
|
// No backend compiled in to judge the ability to open the device.
|
||||||
if (!has_been_queried) {
|
if (!has_been_queried) {
|
||||||
P_WARN(p, "Can not tell if '%s' can be opened, assuming yes!", pdev->usb.product);
|
P_WARN(p, "Cannot tell if '%s' can be opened, assuming yes!", pdev->usb.product);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue