usbip: Correct format specifier for seqnum from %d to %u
authorXiong Nandi <xndchn@gmail.com>
Tue, 31 Dec 2024 16:15:38 +0000 (00:15 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Jan 2025 11:38:01 +0000 (12:38 +0100)
commit81702d41457a8aec49bfd0942f98697d529656f0
tree16de82334390978040ee748c2b46f41f98bb9a43
parent15b93f340fa6bcb0b47f574e1cd3b5ce02fec403
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>
drivers/usb/usbip/stub_rx.c
drivers/usb/usbip/stub_tx.c
drivers/usb/usbip/vhci_rx.c
drivers/usb/usbip/vudc_tx.c