Re: [PATCH v2 3/3] powerpc/pseries: wire up rng during setup_arch

From: Jason A. Donenfeld
Date: Sat Jun 11 2022 - 10:53:41 EST


Hi Christophe,

On Sat, Jun 11, 2022 at 4:45 PM Christophe Leroy
<christophe.leroy@xxxxxxxxxx> wrote:
>
> There must be a empty line between declarations and code.

Ack.

> Prototype has to go in a header file

Already voiced disagreement about this in the other thread.

> and should be pSeries maybe
> allthough camelCase in throw up on.

All the rng.c functions use pseries_ in lower case, so I'll stick with
that, as that's where the function is defined.

Jason