projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cd7c62
)
bonding: Fix misspelling of "since"
author
Jesper Juhl
<jj@chaosbits.net>
Sun, 5 Feb 2012 23:18:57 +0000
(
00:18
+0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 10 Feb 2012 08:52:20 +0000
(09:52 +0100)
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/net/bonding/bond_3ad.c
patch
|
blob
|
history
diff --git
a/drivers/net/bonding/bond_3ad.c
b/drivers/net/bonding/bond_3ad.c
index
0ae0d7c
..
793b001
100644
(file)
--- 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)
static void __detach_bond_from_agg(struct port *port)
{
port = NULL; /* just to satisfy the compiler */
- // This function does nothing si
e
nce the parser/multiplexer of the receive
+ // This function does nothing since the parser/multiplexer of the receive
// and the parser/multiplexer of the aggregator are already combined
}