bonding: bond_get_size() returns wrong size
authorDan Carpenter <[email protected]>
Fri, 1 Nov 2013 10:18:44 +0000 (13:18 +0300)
committerDavid S. Miller <[email protected]>
Sat, 2 Nov 2013 06:08:54 +0000 (02:08 -0400)
commite139862eeec985d7139b11b09deeb9a32e3f3af2
tree4dba5afafc219812e45e2659c57847802c57e0f3
parentf99f4f8b094065601f87953b6d372d1e082bdf8b
bonding: bond_get_size() returns wrong size

There is an extra semi-colon so bond_get_size() doesn't return the
correct value.

Fixes: ec76aa49855f ('bonding: add Netlink support active_slave option')
Signed-off-by: Dan Carpenter <[email protected]>
Acked-by: Veaceslav Falico <[email protected]>
Reviewed-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/bonding/bond_netlink.c