Hi all, Today's linux-next merge of the net-next tree got a conflict in drivers/net/bonding/bond_3ad.h between commit 163c8ff30dbe ("bonding: 802.3ad: make aggregator_identifier bond-private") from the net tree and commit 2ea24f2ecfdc ("bonding: Convert c99 comments") from the net-next tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc drivers/net/bonding/bond_3ad.h index f4dd9592ac62,3b97fe487dca..000000000000 --- a/drivers/net/bonding/bond_3ad.h +++ b/drivers/net/bonding/bond_3ad.h @@@ -251,9 -251,8 +251,9 @@@ struct ad_system #define SLAVE_AD_INFO(slave) ((slave)->ad_info) struct ad_bond_info { - struct ad_system system; /* 802.3ad system structure */ - u32 agg_select_timer; // Timer to select aggregator after all adapter's hand shakes + struct ad_system system; /* 802.3ad system structure */ + u32 agg_select_timer; /* Timer to select aggregator after all adapter's hand shakes */ + u16 aggregator_identifier; }; struct ad_slave_info {