Re: [PATCH 2/2] riscv: fix build warning of mm/pageattr

From: Pekka Enberg
Date: Thu Jul 16 2020 - 03:13:51 EST


On Thu, Jul 16, 2020 at 10:11 AM Pekka Enberg <penberg@xxxxxxxxx> wrote:
>
> On Thu, Jul 16, 2020 at 9:16 AM Zong Li <zong.li@xxxxxxxxxx> wrote:
> >
> > Add hearder for missing prototype. Also, static keyword should be at
> > beginning of declaration.
> >
> > Signed-off-by: Zong Li <zong.li@xxxxxxxxxx>
>
> Which prototype is missing?

Aah, never mind, you mention them in the cover letter. I think patch
description would be a better place to ensure they end up in git logs.

For both patches:

Reviewed-by: Pekka Enberg <penberg@xxxxxxxxxx>

- Pekka