Files
linux/kernel/module
Naveen Kumar Chaudhary a3126c746d module: procfs: use matching type for accumulator in module_total_size()
module_total_size() returns unsigned int but uses a signed int
accumulator. While the result is numerically correct, the type
mismatch is misleading.

Change the accumulator to unsigned int to match the return type.

Signed-off-by: Naveen Kumar Chaudhary <naveen.osdev@gmail.com>
Reviewed-by: Sami Tolvanen <samitolvanen@google.com>
[ppavlu: correct the commit title]
Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
2026-08-06 13:29:02 +02:00
..
2023-03-09 11:08:24 +01:00
2024-08-08 17:36:35 +02:00
2025-03-10 11:54:44 +01:00