Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170476
b: refs/heads/master
c: 3c6aaa2
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas de Pesloüan authored and David S. Miller committed Oct 7, 2009
1 parent 566526b commit 21c996b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b301e82cf8104cfddbe5452ebe625bab49597c64
refs/heads/master: 3c6aaa24613cbd56f853363e3ce00091a9d2eac8
3 changes: 2 additions & 1 deletion trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4706,7 +4706,8 @@ static int bond_check_params(struct bond_params *params)
if ((bond_mode != BOND_MODE_XOR) &&
(bond_mode != BOND_MODE_8023AD)) {
pr_info(DRV_NAME
": xor_mode param is irrelevant in mode %s\n",
": xmit_hash_policy param is irrelevant in"
" mode %s\n",
bond_mode_name(bond_mode));
} else {
xmit_hashtype = bond_parse_parm(xmit_hash_policy,
Expand Down

0 comments on commit 21c996b

Please sign in to comment.