Re: [PATCH -next] x86/amd_nb: Make hygon_nb_misc_ids static

2019-06-14 Thread Yuehaibing
On 2019/6/15 1:51, Borislav Petkov wrote: > On Fri, Jun 14, 2019 at 11:54:41PM +0800, YueHaibing wrote: >> Fix sparse warning: >> >> arch/x86/kernel/amd_nb.c:74:28: warning: >> symbol 'hygon_nb_misc_ids' was not declared. Should it be static? >> >> Reported-by: Hulk Robot > ^^^

Re: [PATCH -next] x86/amd_nb: Make hygon_nb_misc_ids static

2019-06-14 Thread Borislav Petkov
On Fri, Jun 14, 2019 at 11:54:41PM +0800, YueHaibing wrote: > Fix sparse warning: > > arch/x86/kernel/amd_nb.c:74:28: warning: > symbol 'hygon_nb_misc_ids' was not declared. Should it be static? > > Reported-by: Hulk Robot ^ Ha, what is that? :) A new test bot?

[PATCH -next] x86/amd_nb: Make hygon_nb_misc_ids static

2019-06-14 Thread YueHaibing
Fix sparse warning: arch/x86/kernel/amd_nb.c:74:28: warning: symbol 'hygon_nb_misc_ids' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: YueHaibing --- arch/x86/kernel/amd_nb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/amd