zephyr/subsys/usb/class/netusb
Nicolas Pitre 0aa796cbaa print format: adjust specifiers to be compatible with a 64-bit build
The size_t type is either compatible with an int on 32-bit target, or
a long on 64-bit targets. It could even be a long even on some 32-bit
targets. Let's use the z qualifier in the printf format to be compatible
with whatever flavor in use.

In case of pointers, let's just use %p with pointers directly and
avoid casts altogether.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-07-11 20:12:26 -07:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
function_ecm.c usb: sort usb config data by section 2019-06-27 12:18:05 +02:00
function_eem.c usb: sort usb config data by section 2019-06-27 12:18:05 +02:00
function_rndis.c usb: sort usb config data by section 2019-06-27 12:18:05 +02:00
function_rndis.h usb: Add RNDIS packet boundary check 2018-01-17 18:53:05 -05:00
Kconfig kconfig: subsys: usb: Remove redundant USB_DEVICE_STACK deps. 2019-03-09 10:03:27 -05:00
netusb.c print format: adjust specifiers to be compatible with a 64-bit build 2019-07-11 20:12:26 -07:00
netusb.h usb: netusb: rndis: Fix maximum RNDIS frame size 2019-03-21 09:01:36 -05:00