On 4/9/2024 7:31 AM, Jiawen Wu wrote:
> --- a/drivers/net/ngbe/meson.build
> +++ b/drivers/net/ngbe/meson.build
> @@ -19,4 +19,10 @@ sources = files(
>  
>  deps += ['hash']
>  
> +if arch_subdir == 'x86'
> +     sources += files('ngbe_rxtx_vec_sse.c')
> +elif arch_subdir == 'arm'
> +     sources += files('ngbe_rxtx_vec_neon.c')
> +endif
> +
>

if there will be a new version, please check following error, tab needs
to be converted to spaces:
```
$ ./devtools/check-meson.py
Error parsing drivers/net/ngbe/meson.build:22, got some tabulation
Error parsing drivers/net/ngbe/meson.build:24, got some tabulation
```

Reply via email to