[PATCH v9 08/28] net/rnp: add queue setup and release operations
Stephen Hemminger
stephen at networkplumber.org
Tue Feb 11 16:22:11 CET 2025
On Tue, 11 Feb 2025 16:49:58 +0800
Wenbo Cao <caowenbo at mucse.com> wrote:
> diff --git a/drivers/net/rnp/base/meson.build b/drivers/net/rnp/base/meson.build
> index b9db033ff6..c2ef0d05be 100644
> --- a/drivers/net/rnp/base/meson.build
> +++ b/drivers/net/rnp/base/meson.build
> @@ -7,6 +7,7 @@ sources = [
> 'rnp_mbx_fw.c',
> 'rnp_common.c',
> 'rnp_mac.c',
> + 'rnp_bdq_if.c',
> ]
>
The meson.build file ends up with conflicting indentation here.
Some spaces, some tabs. The DPDK standard is to use spaces (no tabs) in meson.build
More information about the dev
mailing list