aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.10/230-3_10-updates.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-10 09:06:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-10 09:06:10 +0000
commit70b2a81a2e780dbb28b653ee46915159002be60e (patch)
treeb1ead66c155f55f813b67cf95d6fe6c3a7df0acc /target/linux/atheros/patches-3.10/230-3_10-updates.patch
parent0bca3f9547a32788f8c5f18f229b3d09e81a7617 (diff)
downloadupstream-70b2a81a2e780dbb28b653ee46915159002be60e.tar.gz
upstream-70b2a81a2e780dbb28b653ee46915159002be60e.tar.bz2
upstream-70b2a81a2e780dbb28b653ee46915159002be60e.zip
atheros: trailing statements fixes
Move trailing statements to next line with indentation as suggested by checkpatch. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 41092
Diffstat (limited to 'target/linux/atheros/patches-3.10/230-3_10-updates.patch')
-rw-r--r--target/linux/atheros/patches-3.10/230-3_10-updates.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/230-3_10-updates.patch b/target/linux/atheros/patches-3.10/230-3_10-updates.patch
index 8e4db175fe..f1adf82461 100644
--- a/target/linux/atheros/patches-3.10/230-3_10-updates.patch
+++ b/target/linux/atheros/patches-3.10/230-3_10-updates.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/ethernet/ar231x/ar231x.c
+++ b/drivers/net/ethernet/ar231x/ar231x.c
-@@ -1272,7 +1272,7 @@ static int ar231x_mdiobus_probe(struct n
+@@ -1274,7 +1274,7 @@ static int ar231x_mdiobus_probe(struct n
BUG_ON(!phydev);
BUG_ON(phydev->attached_dev);