summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc/allocator/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@linux.dev>2025-10-17 11:19:23 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-10-22 10:58:31 +0200
commit8ad194699fc17bec5307b59d36676f43ea460b05 (patch)
tree98e37f9c737c7dbb08bd717c93e21bbd086256c4 /rust/kernel/alloc/allocator/git@git.tavy.me:linux.git
parent071786e27d81d3e8ae11f078357c9373fc4ce2e8 (diff)
usbip: Use min to simplify stub_send_ret_submit
Use min() to improve stub_send_ret_submit(). Change the local variable 'size' from 'int' to 'unsigned int' to prevent a signedness error and to match the resulting type. Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Link: https://patch.msgid.link/20251017091923.1694-2-thorsten.blum@linux.dev Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/kernel/alloc/allocator/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions