summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-4.1
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-07 18:33:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-07 18:33:45 +0000
commit0a96564f9b44c44d60f11bd3a453ca7b5a666edb (patch)
tree8dae57832c31c5d93f2f8a6c07f562072b215878 /target/linux/ar71xx/patches-4.1
parent9dd5c79c473c9ddef1e747edf974da404b3f6a1d (diff)
downloadmaster-31e0f0ae-0a96564f9b44c44d60f11bd3a453ca7b5a666edb.tar.gz
master-31e0f0ae-0a96564f9b44c44d60f11bd3a453ca7b5a666edb.tar.bz2
master-31e0f0ae-0a96564f9b44c44d60f11bd3a453ca7b5a666edb.zip
ar71xx: fix typo in r47416
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47417
Diffstat (limited to 'target/linux/ar71xx/patches-4.1')
-rw-r--r--target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch
index 772b4eca11..bd41bdf479 100644
--- a/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch
+++ b/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch
@@ -898,7 +898,7 @@
/* Inverse flags */
__u16 invflags;
-};
-+} __attribute__((aligned(4));
++} __attribute__((aligned(4)));
/* Values for "flag" field in struct arpt_ip (general arp structure).
* No flags defined yet.