lkdtm: rename globals for clarity
authorKees Cook <keescook@chromium.org>
Wed, 29 Jun 2016 15:02:32 +0000 (08:02 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 7 Jul 2016 18:09:25 +0000 (11:09 -0700)
commit38f95fe296f93274395330e62fd0561271e4718d
tree4f64c545ed1502313d0dc452fdfb10db3bf71e90
parent76a10e2b3a9dc3e6a290681aa126776c0ad304ad
lkdtm: rename globals for clarity

The global variables used to track the active crashpoint and crashtype
are hard to distinguish from local variable names, so add a "lkdtm_"
prefix to them (or in the case of "lkdtm", add a "_jprobe" suffix).

Signed-off-by: Kees Cook <keescook@chromium.org>
drivers/misc/lkdtm_core.c