From e49636472d539f14a455f541115faddc39b4fde4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Jun 2014 09:06:22 +0000 Subject: atheros: shorten lines Wrap lines over 80 chars or make them shorter by other ways. Signed-off-by: Sergey Ryazanov SVN-Revision: 41095 --- target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch') diff --git a/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch b/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch index 66832d5..2cc31e1 100644 --- a/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch +++ b/target/linux/atheros/patches-3.10/220-enet_micrel_workaround.patch @@ -1,6 +1,6 @@ --- a/drivers/net/ethernet/ar231x/ar231x.c +++ b/drivers/net/ethernet/ar231x/ar231x.c -@@ -146,6 +146,7 @@ static int ar231x_mdiobus_write(struct m +@@ -148,6 +148,7 @@ static int ar231x_mdiobus_write(struct m static int ar231x_mdiobus_reset(struct mii_bus *bus); static int ar231x_mdiobus_probe(struct net_device *dev); static void ar231x_adjust_link(struct net_device *dev); @@ -8,7 +8,7 @@ #ifndef ERR #define ERR(fmt, args...) printk("%s: " fmt, __func__, ##args) -@@ -178,6 +179,32 @@ static const struct net_device_ops ar231 +@@ -180,6 +181,32 @@ static const struct net_device_ops ar231 #endif }; @@ -78,7 +78,7 @@ kfree(dev); return 0; } -@@ -1111,6 +1157,9 @@ static int ar231x_ioctl(struct net_devic +@@ -1108,6 +1154,9 @@ static int ar231x_ioctl(struct net_devic struct ar231x_private *sp = netdev_priv(dev); int ret; -- cgit v1.1