Re: [PATCH -next] scftorture: Make symbol 'scf_torture_rand' static

2020-07-02 Thread Paul E. McKenney
On Thu, Jul 02, 2020 at 10:47:00PM +0800, Wei Yongjun wrote: > Fix sparse build warning: > > kernel/scftorture.c:124:1: warning: > symbol '__pcpu_scope_scf_torture_rand' was not declared. Should it be static? > > Reported-by: Hulk Robot > Signed-off-by: Wei Yongjun Good catch, applied, thank

[PATCH -next] scftorture: Make symbol 'scf_torture_rand' static

2020-07-02 Thread Wei Yongjun
Fix sparse build warning: kernel/scftorture.c:124:1: warning: symbol '__pcpu_scope_scf_torture_rand' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: Wei Yongjun --- kernel/scftorture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git