On Wed, 3 Jun 2026 08:21:54 +0300 Denis Sergeev <[email protected]> wrote:
> + if (eth_dev->data->dev_private == NULL) {
> + ARK_PMD_LOG(ERR,
> + "Memory allocation for dev_private failed!"
> + " Exiting.\n");
Do not split error messages across lines. And no need for ! and the Exiting
part.

