On Tue, 15 Oct 2024 13:44:35 +0800
Junlong Wang <wang.junlo...@zte.com.cn> wrote:

> diff --git a/drivers/net/zxdh/meson.build b/drivers/net/zxdh/meson.build
> index 9aec47e68f..cde96d8111 100644
> --- a/drivers/net/zxdh/meson.build
> +++ b/drivers/net/zxdh/meson.build
> @@ -14,8 +14,9 @@ if not dpdk_conf.has('RTE_ARCH_X86_64') or not 
> dpdk_conf.get('RTE_ARCH_64')
>  endif
>  
>  sources = files(
> -    'zxdh_ethdev.c',
> -    'zxdh_pci.c',
> -    'zxdh_msg.c',
> -    'zxdh_common.c',
> -    )
> +        'zxdh_ethdev.c',
> +        'zxdh_pci.c',
> +        'zxdh_msg.c',
> +        'zxdh_common.c',
> +        'zxdh_queue.c',
> +        )

If you make a new version, then fix indentation in earlier patch to avoid
having to fix it in last patch.

Reply via email to