tracing/kprobes: Fix a double initialization typo
authorMasami Hiramatsu <mhiramat@kernel.org>
Sat, 25 Apr 2020 05:49:09 +0000 (14:49 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 May 2020 05:58:18 +0000 (07:58 +0200)
commiteb6f88cd81ac82f3b6a6727d469e519abd57dca4
tree10c923b0232a8d4072109488e4942e572db3d60d
parent56fc76893f875cb86128ab7e48934c6c53331ae2
tracing/kprobes: Fix a double initialization typo

[ Upstream commit dcbd21c9fca5e954fd4e3d91884907eb6d47187e ]

Fix a typo that resulted in an unnecessary double
initialization to addr.

Link: http://lkml.kernel.org/r/158779374968.6082.2337484008464939919.stgit@devnote2
Cc: Tom Zanussi <zanussi@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: stable@vger.kernel.org
Fixes: c7411a1a126f ("tracing/kprobe: Check whether the non-suffixed symbol is notrace")
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/trace/trace_kprobe.c