commit | 223a76b268c9cfa265d454879ae09e2c9c808f87 | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <mhiramat@kernel.org> | Tue Sep 14 23:39:34 2021 +0900 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Sep 30 21:24:05 2021 -0400 |
tree | ddcb3b1c7b160bb356ca3dfc7d6bbf7ae49484dd | |
parent | 9c89bb8e327203bc27e09ebd82d8f61ac2ae8b24 [diff] |
kprobes: Fix coding style issues Fix coding style issues reported by checkpatch.pl and update comments to quote variable names and add "()" to function name. One TODO comment in __disarm_kprobe() is removed because it has been done by following commit. Link: https://lkml.kernel.org/r/163163037468.489837.4282347782492003960.stgit@devnote2 Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>