ar71xx: fix typo in r47416
authorFelix Fietkau <nbd@openwrt.org>
Sat, 7 Nov 2015 18:33:45 +0000 (18:33 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 7 Nov 2015 18:33:45 +0000 (18:33 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47417

target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch

index 772b4eca11e2198fc9a457b2fd89a7193cd234de..bd41bdf479f5f5bd93af913e590c8f07299e291b 100644 (file)
        /* 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.