On 2019/11/19 0:35, Jingoo Han wrote: > On 11/18/19, 6:20 AM, zhengbin wrote: >> Fixes coccicheck warning: >> >> drivers/pci/controller/dwc/pci-exynos.c:95:1-3: WARNING: PTR_ERR_OR_ZERO can be used >> >> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> >> Signed-off-by: zhengbin <zhengbin13@xxxxxxxxxx> > Please write your full name correctly (First name + Second name). > If 'zhengbin' is just your first name, you have to add your second name. > Or, if 'zhengbin' is already your full name, please separate it with capitalized characters and spaces, > for example, 'Zheng Bin'. thanks for your remind. In the previous patch, this is rejected, see details on https://lkml.org/lkml/2019/5/31/535 So please ignore it > >> --- >> drivers/pci/controller/dwc/pci-exynos.c | 5 +---- >> 1 file changed, 1 insertion(+), 4 deletions(-) >> > [.....] > > . >