On Wed, 24 Jan 2024 05:45:11 -0800
Rahul Gupta <rahulgupt at linux.microsoft.com> wrote:
> + * returns current status of execution on a given lcore
> + */
> +__rte_experimental int
> +rte_eal_init_async_setup_done(int lcore_id)
> +{
> +	int ret = (lcore_config[lcore_id].state)
parenthesis not needed here