diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:05:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:05:51 +0000 |
commit | 15a2ebbc38bc7e7a5fd3920962aab2de58ca8461 (patch) | |
tree | 904d137c167254a6a02a8245d71283c8ec8d2b20 /target/linux/atheros/patches-3.10/230-3_10-updates.patch | |
parent | 58d70ff9b3d15880df72e4cb122ba786b9a9cd64 (diff) | |
download | upstream-15a2ebbc38bc7e7a5fd3920962aab2de58ca8461.tar.gz upstream-15a2ebbc38bc7e7a5fd3920962aab2de58ca8461.tar.bz2 upstream-15a2ebbc38bc7e7a5fd3920962aab2de58ca8461.zip |
atheros: various braces fixes
Fix braces location, remove unnecessary empty lines before or after code
block, remove useless braces. All cases are detected by checkpatch.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 41087
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.patch | 2 |
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 80d7eaa395..2a5adf0cf6 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 -@@ -1283,7 +1283,7 @@ static int ar231x_mdiobus_probe (struct +@@ -1277,7 +1277,7 @@ static int ar231x_mdiobus_probe (struct BUG_ON(!phydev); BUG_ON(phydev->attached_dev); |