[PATCH v1 2/7] tailq: skip init if already initialized

Stephen Hemminger stephen at networkplumber.org
Tue Aug 15 04:22:06 CEST 2023


On Mon, 14 Aug 2023 21:38:21 -0400
okaya at kernel.org wrote:

> +		if (t->head == NULL) {
> +			t->head = rte_eal_tailq_create(t->name);
> +		}

Brackets not wanted on single statement


More information about the dev mailing list