linux/drivers/usb/usbip
Xiong Nandi 81702d4145 usbip: Correct format specifier for seqnum from %d to %u
The seqnum field in USBIP protocol is an unsigned value.
So we fix the format specifier from %d to %u to correctly
display the value.

Signed-off-by: Xiong Nandi <xndchn@gmail.com>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20241231161539.20192-3-xndchn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-01-17 12:38:01 +01:00
..
Kconfig
Makefile
stub.h
stub_dev.c
stub_main.c
stub_rx.c usbip: Correct format specifier for seqnum from %d to %u 2025-01-17 12:38:01 +01:00
stub_tx.c usbip: Correct format specifier for seqnum from %d to %u 2025-01-17 12:38:01 +01:00
usbip_common.c
usbip_common.h
usbip_event.c
vhci.h
vhci_hcd.c usbip: Fix seqnum sign extension issue in vhci_tx_urb 2025-01-17 12:38:01 +01:00
vhci_rx.c usbip: Correct format specifier for seqnum from %d to %u 2025-01-17 12:38:01 +01:00
vhci_sysfs.c
vhci_tx.c
vudc.h
vudc_dev.c
vudc_main.c
vudc_rx.c
vudc_sysfs.c
vudc_transfer.c
vudc_tx.c usbip: Correct format specifier for seqnum from %d to %u 2025-01-17 12:38:01 +01:00