On 2019/4/11 17:33, Thierry Reding wrote: > On Wed, Apr 10, 2019 at 10:04:50PM +0800, Yue Haibing wrote: >> From: YueHaibing <yuehaibing@xxxxxxxxxx> >> >> Fix sparse warning: >> >> drivers/memory/tegra/tegra20.c:277:33: warning: >> symbol 'terga20_mc_reset_ops' was not declared. Should it be static? >> >> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> >> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> >> --- >> drivers/memory/tegra/tegra20.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Applied thanks. I noticed that you use a slightly different name in your > git author settings and your email setup. The only difference seems to > be a space between the first and last name, so you may want to look into > that to avoid having any inconsistencies. Yeah, indeed, I will fix my git config, thanks! > > Thierry >