diff options
author | Joe Perches <joe@perches.com> | 2014-02-15 18:57:04 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-17 00:29:23 -0500 |
commit | 91565ebbcc5aea69d4d6cb3832f52da03dbd44b6 (patch) | |
tree | 0cf8f7fa8df59e766ed7749d2a201cb08de8b635 /drivers/net/bonding/bond_alb.c | |
parent | 327cdedaf6e6334aeb219df5a68da5e6906ee72e (diff) |
bonding: Convert pr_warning to pr_warn, neatening
Use more current logging style.
Coalesce formats, realign arguments, drop unnecessary periods.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_alb.c')
-rw-r--r-- | drivers/net/bonding/bond_alb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/bonding/bond_alb.c b/drivers/net/bonding/bond_alb.c index a21286088821..e9f0a98f3df5 100644 --- a/drivers/net/bonding/bond_alb.c +++ b/drivers/net/bonding/bond_alb.c | |||
@@ -1243,9 +1243,9 @@ static int alb_handle_addr_collision_on_attach(struct bonding *bond, struct slav | |||
1243 | if (free_mac_slave) { | 1243 | if (free_mac_slave) { |
1244 | alb_set_slave_mac_addr(slave, free_mac_slave->perm_hwaddr); | 1244 | alb_set_slave_mac_addr(slave, free_mac_slave->perm_hwaddr); |
1245 | 1245 | ||
1246 | pr_warning("%s: Warning: the hw address of slave %s is in use by the bond; giving it the hw address of %s\n", | 1246 | pr_warn("%s: Warning: the hw address of slave %s is in use by the bond; giving it the hw address of %s\n", |
1247 | bond->dev->name, slave->dev->name, | 1247 | bond->dev->name, slave->dev->name, |
1248 | free_mac_slave->dev->name); | 1248 | free_mac_slave->dev->name); |
1249 | 1249 | ||
1250 | } else if (has_bond_addr) { | 1250 | } else if (has_bond_addr) { |
1251 | pr_err("%s: Error: the hw address of slave %s is in use by the bond; couldn't find a slave with a free hw address to give it (this should not have happened)\n", | 1251 | pr_err("%s: Error: the hw address of slave %s is in use by the bond; couldn't find a slave with a free hw address to give it (this should not have happened)\n", |