summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorNaveen Kumar Chaudhary <naveen.osdev@gmail.com>2026-06-07 09:48:58 +0530
committerPetr Pavlu <petr.pavlu@suse.com>2026-08-06 13:29:02 +0200
commita3126c746ddfe1cc3f6eee70475a33906e173ece (patch)
treef2a91c50b15c81758bb50741ccf1c0f6239e5e0d /scripts/patch-kernel
parent93c29ebd1622fb0670701e1c1b3a978a5cac08b7 (diff)
downloadlinux-a3126c746ddfe1cc3f6eee70475a33906e173ece.tar.gz
linux-a3126c746ddfe1cc3f6eee70475a33906e173ece.zip
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>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions