diff options
author | 2025-01-01 00:15:38 +0800 | |
---|---|---|
committer | 2025-01-17 12:38:01 +0100 | |
commit | 81702d41457a8aec49bfd0942f98697d529656f0 (patch) | |
tree | 16de82334390978040ee748c2b46f41f98bb9a43 /scripts/generate_rust_analyzer.py | |
parent | usbip: Fix seqnum sign extension issue in vhci_tx_urb (diff) | |
download | wireguard-linux-81702d41457a8aec49bfd0942f98697d529656f0.tar.xz wireguard-linux-81702d41457a8aec49bfd0942f98697d529656f0.zip |
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>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions