HomeFreeBSD

Add two missing LIST_INIT()s.

Description

Add two missing LIST_INIT()s.

This patch adds two missing LIST_INIT()s. Found by inspection.
In practice, these are currently no-ops, since the structure they are
in is malloc'd with M_ZERO and all LIST_INIT does is set the pointer
in the list head to NULL. (In other words, the M_ZERO has already
correctly initialized it.)

MFC after: 2 months

Details

Provenance
rmacklemAuthored on
Parents
rS333182: mlx5en: Always allow VLAN id 0.
Branches
Unknown
Tags
Unknown