commit | 76a10e2b3a9dc3e6a290681aa126776c0ad304ad | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sun Jun 26 22:40:13 2016 -0700 |
committer | Kees Cook <keescook@chromium.org> | Thu Jul 07 11:09:24 2016 -0700 |
tree | 61ac1892d3767092e7b6f5a13e81baa1ce8dba3b | |
parent | 329d416ca0ecc38c2be2515897d0e0e8780af1ce [diff] |
lkdtm: rename "count" to "crash_count" The "count" variable name was not easy to understand, since it was regularly obscured by local variables of the same name, and it's purpose wasn't clear. This renames it (and its lock) to "crash_count", which is more readable. Signed-off-by: Kees Cook <keescook@chromium.org>