summaryrefslogtreecommitdiff
path: root/kernel/module/kmod.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-04-18 10:17:51 +0300
committerLuis Chamberlain <mcgrof@kernel.org>2023-04-18 21:36:41 +0300
commita81b1fc8ea639e03326c1d0dcde041986bc11500 (patch)
tree78fa74c1606dc9b2241aedb231f444e113aa220c /kernel/module/kmod.c
parent9f5cab173e19201eebeaca853ff664a9a269fed0 (diff)
downloadlinux-a81b1fc8ea639e03326c1d0dcde041986bc11500.tar.xz
module: stats: fix invalid_mod_bytes typo
This was caught by randconfig builds but does not show up in build testing without CONFIG_MODULE_DECOMPRESS: kernel/module/stats.c: In function 'mod_stat_bump_invalid': kernel/module/stats.c:229:42: error: 'invalid_mod_byte' undeclared (first use in this function); did you mean 'invalid_mod_bytes'? 229 | atomic_long_add(info->compressed_len, &invalid_mod_byte); | ^~~~~~~~~~~~~~~~ | invalid_mod_bytes Fixes: df3e764d8e5c ("module: add debug stats to help identify memory pressure") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'kernel/module/kmod.c')
0 files changed, 0 insertions, 0 deletions