diff options
Diffstat (limited to 'drivers/net/bonding')
-rw-r--r-- | drivers/net/bonding/bond_3ad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_3ad.c b/drivers/net/bonding/bond_3ad.c index 0ae0d7c54ccf..793b00138275 100644 --- a/drivers/net/bonding/bond_3ad.c +++ b/drivers/net/bonding/bond_3ad.c | |||
@@ -660,7 +660,7 @@ static void __attach_bond_to_agg(struct port *port) | |||
660 | static void __detach_bond_from_agg(struct port *port) | 660 | static void __detach_bond_from_agg(struct port *port) |
661 | { | 661 | { |
662 | port = NULL; /* just to satisfy the compiler */ | 662 | port = NULL; /* just to satisfy the compiler */ |
663 | // This function does nothing sience the parser/multiplexer of the receive | 663 | // This function does nothing since the parser/multiplexer of the receive |
664 | // and the parser/multiplexer of the aggregator are already combined | 664 | // and the parser/multiplexer of the aggregator are already combined |
665 | } | 665 | } |
666 | 666 | ||