summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorLucas Jeffrey <luquijeffrey@gmail.com>2026-08-01 14:36:24 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-09-01 11:47:37 +0200
commit193277cf7cec12ca43ab0d215e1bcb6d5425d487 (patch)
tree9e92c272b8f03aa3ecea65019c85a7399d12fd52 /scripts/Makefile.thinlto
parent42600ab23f7cdfd67a0c371c3d11e6177a93fb3c (diff)
downloadlinux-next-193277cf7cec12ca43ab0d215e1bcb6d5425d487.tar.gz
linux-next-193277cf7cec12ca43ab0d215e1bcb6d5425d487.zip
staging: axis-fifo: use size_t for write size calculations
The write length is provided as size_t, but words_to_write and the return value storage used narrower types (int and unsigned int). Use size_t for the word count and ssize_t for the return value to keep the types consistent with the write interface. This is purely a cleanup. The VFS already bounds the write length before the driver is called, so this does not change runtime behavior. Signed-off-by: Lucas Jeffrey <luquijeffrey@gmail.com> Link: https://patch.msgid.link/20260801173624.106971-1-luquijeffrey@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions