public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] usbip: Fix seqnum sign extension and format specifier issues
@ 2024-12-31 16:15 Xiong Nandi
  2024-12-31 16:15 ` [PATCH 1/2] usbip: Fix seqnum sign extension issue in vhci_tx_urb Xiong Nandi
  2024-12-31 16:15 ` [PATCH 2/2] usbip: Correct format specifier for seqnum from %d to %u Xiong Nandi
  0 siblings, 2 replies; 11+ messages in thread
From: Xiong Nandi @ 2024-12-31 16:15 UTC (permalink / raw)
  Cc: Xiong Nandi, Hongren Zheng, open list,
	open list:USB OVER IP DRIVER

Xiong Nandi (2):
  usbip: Fix seqnum sign extension issue in vhci_tx_urb
  usbip: Correct format specifier for seqnum from %d to %u

 drivers/usb/usbip/stub_rx.c  | 2 +-
 drivers/usb/usbip/stub_tx.c  | 2 +-
 drivers/usb/usbip/vhci_hcd.c | 2 +-
 drivers/usb/usbip/vhci_rx.c  | 6 +++---
 drivers/usb/usbip/vudc_tx.c  | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-01-15 21:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31 16:15 [PATCH 0/2] usbip: Fix seqnum sign extension and format specifier issues Xiong Nandi
2024-12-31 16:15 ` [PATCH 1/2] usbip: Fix seqnum sign extension issue in vhci_tx_urb Xiong Nandi
2025-01-02 22:06   ` Shuah Khan
2025-01-03 15:18     ` xndcn
2025-01-09 16:02       ` Shuah Khan
2025-01-13 13:29         ` xndcn
2025-01-15 21:14   ` Shuah Khan
2024-12-31 16:15 ` [PATCH 2/2] usbip: Correct format specifier for seqnum from %d to %u Xiong Nandi
2025-01-02 22:09   ` Shuah Khan
2025-01-03 15:25     ` xndcn
2025-01-15 21:14   ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox