tracing: Make tracing_snapshot_instance_cond() static
authorZou Wei <zou_wei@huawei.com>
Thu, 23 Apr 2020 04:08:25 +0000 (12:08 +0800)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 7 May 2020 17:32:58 +0000 (13:32 -0400)
commit192b7993b3ff92b62b687e940e5e88fa0218d764
tree8678e4369f35b8cf4b839299380c8accf630bdff
parentf094a233e1d5b1c61cc797d204aa28b611058827
tracing: Make tracing_snapshot_instance_cond() static

Fix the following sparse warning:

kernel/trace/trace.c:950:6: warning: symbol 'tracing_snapshot_instance_cond'
was not declared. Should it be static?

Link: http://lkml.kernel.org/r/1587614905-48692-1-git-send-email-zou_wei@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace.c