Re: [PATCH net-next v2 1/3] netconsole: Initialize configfs_item for default targets

From: Jakub Kicinski
Date: Mon Oct 09 2023 - 22:32:04 EST


On Thu, 5 Oct 2023 05:36:34 -0700 Breno Leitao wrote:
> +static void populate_configfs_item(struct netconsole_target *nt,
> + int cmdline_count);

Could you move alloc / free_param_target() to avoid the forward
declaration? (separate patch)