]> git.baikalelectronics.ru Git - kernel.git/commit
fprobe/samples: Make sample_probe static
authorsunliming <sunliming@kylinos.cn>
Mon, 6 Jun 2022 07:56:59 +0000 (15:56 +0800)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Tue, 12 Jul 2022 20:36:43 +0000 (16:36 -0400)
commit9678d34f9b9f98ed02823ca22d868a1b9d54d548
tree8de4a559feb7c75b4c607af3c16367044c2cd1cc
parent650f005b31801b4bb410d0d5ea7445e18d182bdf
fprobe/samples: Make sample_probe static

This symbol is not used outside of fprobe_example.c, so marks it static.

Fixes the following warning:

sparse warnings: (new ones prefixed by >>)
>> samples/fprobe/fprobe_example.c:23:15: sparse: sparse: symbol 'sample_probe'
was not declared. Should it be static?

Link: https://lkml.kernel.org/r/20220606075659.674556-1-sunliming@kylinos.cn
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: sunliming <sunliming@kylinos.cn>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
samples/fprobe/fprobe_example.c