Re: [PATCH v2 2/2] libbpf: fix some typo of hashmap init

From: Andrii Nakryiko
Date: Mon Jul 10 2023 - 17:13:59 EST


On Mon, Jul 10, 2023 at 10:25 AM Stanislav Fomichev <sdf@xxxxxxxxxx> wrote:
>
> On 07/10, John Sanpe wrote:
> > Remove the whole HASHMAP_INIT. It's not used anywhere in libbpf.
> >
> > Signed-off-by: John Sanpe <sanpeqf@xxxxxxxxx>
>
> Acked-by: Stanislav Fomichev <sdf@xxxxxxxxxx>
>
> Doesn't look like it was ever used.

Ack for the change, but the subject doesn't correspond to the change
itself. You are not fixing typo, you are removing static
initialization helper.