From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/arch/x86_64/linux/if_bonding.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/arch/x86_64/linux/if_bonding.h') diff --git a/include/arch/x86_64/linux/if_bonding.h b/include/arch/x86_64/linux/if_bonding.h index 1c7b31ee..a72e9ce9 100644 --- a/include/arch/x86_64/linux/if_bonding.h +++ b/include/arch/x86_64/linux/if_bonding.h @@ -82,13 +82,11 @@ #define BOND_STATE_ACTIVE 0 /* link is active */ #define BOND_STATE_BACKUP 1 /* link is backup */ -#define BOND_DEFAULT_MAX_BONDS \ - 1 /* Default maximum number of devices to support */ +#define BOND_DEFAULT_MAX_BONDS 1 /* Default maximum number of devices to support */ #define BOND_DEFAULT_TX_QUEUES 16 /* Default number of tx queues per device */ -#define BOND_DEFAULT_RESEND_IGMP \ - 1 /* Default number of IGMP membership reports */ +#define BOND_DEFAULT_RESEND_IGMP 1 /* Default number of IGMP membership reports */ /* hashing types */ #define BOND_XMIT_POLICY_LAYER2 0 /* layer 2 (MAC only), default */ -- cgit v1.2.3