Skip to content

Commit

Permalink
bonding: Fixup get_tx_queue() op second arg type.
Browse files Browse the repository at this point in the history
I missed this when fixing up the warning in the previous commit.

Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
davem330 committed Apr 13, 2012
1 parent be38395 commit 64d683c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4820,7 +4820,7 @@ static int bond_validate(struct nlattr *tb[], struct nlattr *data[])
return 0;
}

static int bond_get_tx_queues(struct net *net, const struct nlattr *tb[])
static int bond_get_tx_queues(struct net *net, struct nlattr *tb[])
{
return tx_queues;
}
Expand Down

0 comments on commit 64d683c

Please sign in to comment.