diff options
author | Petr Mladek <pmladek@suse.com> | 2020-01-16 18:31:43 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-01-17 13:12:06 +0300 |
commit | c24c57a4cc8a2f64de32084958920773c0906bc7 (patch) | |
tree | a4b26438dfb926b6ce4ebe08b22a7181a3a4d5b6 /lib/list-test.c | |
parent | 8f6b88662cacb1d01398c1e8be52aeac433189f6 (diff) | |
download | linux-c24c57a4cc8a2f64de32084958920773c0906bc7.tar.xz |
livepatch/selftest: Clean up shadow variable names and type
The shadow variable selftest is quite tricky. Especially it is problematic
to understand what values are stored, returned, and printed.
Make it easier to understand by using "int *var, **sv" variables
consistently everywhere instead of the generic "void *", "ret",
and "ctor_data".
Signed-off-by: Petr Mladek <pmladek@suse.com>
Reviewed-by: Joe Lawrence <joe.lawrence@redhat.com>
Acked-by: Miroslav Benes <mbenes@suse.cz>
Reviewed-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/list-test.c')
0 files changed, 0 insertions, 0 deletions