Re: [PATCH] riscv: Fixed kernel test robot warning

2020-12-10 Thread Palmer Dabbelt
On Tue, 08 Dec 2020 12:22:46 PST (-0800), sch...@linux-m68k.org wrote: On Dez 09 2020, Souptick Joarder wrote: On Wed, Dec 9, 2020 at 1:21 AM Andreas Schwab wrote: On Dez 09 2020, Souptick Joarder wrote: > Kernel test robot throws below warning - > >arch/riscv/kernel/asm-offsets.c:14:6:

[PATCH] riscv: Fixed kernel test robot warning

2020-12-08 Thread Souptick Joarder
Kernel test robot throws below warning - arch/riscv/kernel/asm-offsets.c:14:6: warning: no previous prototype for 'asm_offsets' [-Wmissing-prototypes] 14 | void asm_offsets(void) | ^~~ This patch should fixed it. Reported-by: kernel test robot Signed-off-by: Soupt

Re: [PATCH] riscv: Fixed kernel test robot warning

2020-12-08 Thread Andreas Schwab
On Dez 09 2020, Souptick Joarder wrote: > Kernel test robot throws below warning - > >arch/riscv/kernel/asm-offsets.c:14:6: warning: no previous prototype > for 'asm_offsets' [-Wmissing-prototypes] > 14 | void asm_offsets(void) > | ^~~ > > This patch should fixed it

Re: [PATCH] riscv: Fixed kernel test robot warning

2020-12-08 Thread Andreas Schwab
On Dez 09 2020, Souptick Joarder wrote: > On Wed, Dec 9, 2020 at 1:21 AM Andreas Schwab wrote: >> >> On Dez 09 2020, Souptick Joarder wrote: >> >> > Kernel test robot throws below warning - >> > >> >arch/riscv/kernel/asm-offsets.c:14:6: warning: no previous prototype >> > for 'asm_offsets' [-

Re: [PATCH] riscv: Fixed kernel test robot warning

2020-12-08 Thread Souptick Joarder
On Wed, Dec 9, 2020 at 1:21 AM Andreas Schwab wrote: > > On Dez 09 2020, Souptick Joarder wrote: > > > Kernel test robot throws below warning - > > > >arch/riscv/kernel/asm-offsets.c:14:6: warning: no previous prototype > > for 'asm_offsets' [-Wmissing-prototypes] > > 14 | void asm_offse