Re: [PATCH 2/2] usbip: Correct format specifier for seqnum from %d to %u

From: Shuah Khan
Date: Wed Jan 15 2025 - 16:14:53 EST


On 12/31/24 09:15, Xiong Nandi wrote:
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@xxxxxxxxx>
---
drivers/usb/usbip/stub_rx.c | 2 +-
drivers/usb/usbip/stub_tx.c | 2 +-
drivers/usb/usbip/vhci_rx.c | 6 +++---
drivers/usb/usbip/vudc_tx.c | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)


Acked-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>

thanks,
-- Shuah