aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs.c
diff options
context:
space:
mode:
authordingtianhong <dingtianhong@huawei.com>2013-07-23 15:25:32 +0800
committerDavid S. Miller <davem@davemloft.net>2013-07-24 17:45:23 -0700
commit38c4916a7874aff9dc07a68bf8e7e4136b00f8dd (patch)
tree5ccb3796faa0012b9dd7f48b856b766fa8dfc207 /drivers/net/bonding/bond_sysfs.c
parentbonding: don't call slave_xxx_netpoll under spinlocks (diff)
downloadlinux-dev-38c4916a7874aff9dc07a68bf8e7e4136b00f8dd.tar.xz
linux-dev-38c4916a7874aff9dc07a68bf8e7e4136b00f8dd.zip
bonding: bond_sysfs.c checkpatch cleanup
net/bonding/bond_sysfs.c:1302: ERROR: else should follow close brace '}' net/bonding/bond_sysfs.c:1314: ERROR: else should follow close brace '}' Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Cc: Jay Vosburgh <fubar@us.ibm.com> Cc: Andy Gospodarek <andy@greyhouse.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_sysfs.c')
-rw-r--r--drivers/net/bonding/bond_sysfs.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/bonding/bond_sysfs.c b/drivers/net/bonding/bond_sysfs.c
index dc36a3d7d9e9..984ca02cfe75 100644
--- a/drivers/net/bonding/bond_sysfs.c
+++ b/drivers/net/bonding/bond_sysfs.c
@@ -1295,8 +1295,7 @@ static ssize_t bonding_store_active_slave(struct device *d,
bond->dev->name,
slave->dev->name);
goto out;
- }
- else {
+ } else {
if ((new_active) &&
(old_active) &&
(new_active->link == BOND_LINK_UP) &&
@@ -1307,8 +1306,7 @@ static ssize_t bonding_store_active_slave(struct device *d,
slave->dev->name);
bond_change_active_slave(bond,
new_active);
- }
- else {
+ } else {
pr_info("%s: Could not set %s as"
" active slave; either %s is"
" down or the link is down.\n",