automated: linux: modules: update function parameters for cumulative testing
Change check_module_memory_leaks_cumulative() parameters to better support
cumulative memory leak detection:
- Reorder parameters: module name first, then start/end memory values
- Rename variables: before_kb/after_kb -> mem_start/mem_end for clarity
- Update echo message to reflect cumulative nature of the check
This prepares the function interface for cumulative leak detection across
all load/unload iterations for a module, rather than per-iteration checks.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 file changed