git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
3c6aaa2
)
bonding: fix a parameter name in error message
author
Nicolas de Pesloüan
<nicolas.2p.debian@free.fr>
Wed, 7 Oct 2009 21:10:36 +0000
(14:10 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 7 Oct 2009 21:10:36 +0000
(14:10 -0700)
When parsing module parameters, bond_check_params() erroneously use
'xor_mode' as the name of a module parameter in an error message.
The right name for this parameter is 'xmit_hash_policy'.
Signed-off-by: Nicolas de Pesloüan <nicolas.2p.debian@free.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found