kmod/shared
Tobias Stoeckmann 39e6f0e237 libkmod: Unify READV usages
Do not assign variables which are not even used, but merely exist for
the READV macro to work.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/187
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
2024-10-18 14:00:27 -05:00
..
.gitignore Move generic util functions to shared directory 2014-10-03 00:33:25 -03:00
array.c Avoid adding zero to a NULL pointer 2024-10-17 08:28:08 -05:00
array.h shared: switch array API to size_t 2024-08-16 00:00:00 -05:00
hash.c Avoid adding zero to a NULL pointer 2024-10-17 08:28:08 -05:00
hash.h shared: mass convert with clang-format 2024-09-24 09:59:20 -05:00
macro.h libkmod: Unify READV usages 2024-10-18 14:00:27 -05:00
missing.h shared: mass convert with clang-format 2024-09-24 09:59:20 -05:00
scratchbuf.c Drop the one line short description on sources 2024-07-26 13:41:56 -05:00
scratchbuf.h shared: mass convert with clang-format 2024-09-24 09:59:20 -05:00
strbuf.c shared: mass convert with clang-format 2024-09-24 09:59:20 -05:00
strbuf.h shared: add missing stddef.h include 2024-10-08 23:20:00 -05:00
util.c libkmod: Use pread where appropriate 2024-10-18 13:45:23 -05:00
util.h libkmod: Use pread where appropriate 2024-10-18 13:45:23 -05:00