diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-02-05 18:18:57 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-10 03:52:20 -0500 |
commit | 596f17f901dbc645883cf663c26ef2c80b5db5a4 (patch) | |
tree | d8d72fa2aef7359724fe466952bad683081b657d /drivers/net | |
parent | 8cd7c62e13812875ce89e2abad0a9cf77fbe0c37 (diff) |
bonding: Fix misspelling of "since"
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net')
-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 | ||