Re: [PATCH] powerpc/eeh:Fix some mistakes in comments

2021-10-07 Thread Michael Ellerman
Daniel Axtens writes: > Hi Kai, > > Thank you for your contribution to the powerpc kernel! > >> Get rid of warning: >> arch/powerpc/kernel/eeh.c:774: warning: expecting prototype for >> eeh_set_pe_freset(). Prototype was for eeh_set_dev_freset() instead > > You haven't said where this warning is

Re: [PATCH] powerpc/eeh:Fix some mistakes in comments

2021-09-30 Thread 宋凯
Hi Daniel, > Hi Kai, > > Thank you for your contribution to the powerpc kernel! > > > Get rid of warning: > > arch/powerpc/kernel/eeh.c:774: warning: expecting prototype for > > eeh_set_pe_freset(). Prototype was for eeh_set_dev_freset() instead > > You haven't said where this warning is from. I

Re: [PATCH] powerpc/eeh:Fix some mistakes in comments

2021-09-30 Thread Daniel Axtens
Hi Kai, Thank you for your contribution to the powerpc kernel! > Get rid of warning: > arch/powerpc/kernel/eeh.c:774: warning: expecting prototype for > eeh_set_pe_freset(). Prototype was for eeh_set_dev_freset() instead You haven't said where this warning is from. I thought it might be from

[PATCH] powerpc/eeh:Fix some mistakes in comments

2021-09-26 Thread Kai Song
Get rid of warning: arch/powerpc/kernel/eeh.c:774: warning: expecting prototype for eeh_set_pe_freset(). Prototype was for eeh_set_dev_freset() instead Signed-off-by: Kai Song --- arch/powerpc/kernel/eeh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git