ar71xx: fix typo in r47416
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47417
This commit is contained in:
parent
9dd5c79c47
commit
0a96564f9b
1 changed files with 1 additions and 1 deletions
|
@ -898,7 +898,7 @@
|
||||||
/* Inverse flags */
|
/* Inverse flags */
|
||||||
__u16 invflags;
|
__u16 invflags;
|
||||||
-};
|
-};
|
||||||
+} __attribute__((aligned(4));
|
+} __attribute__((aligned(4)));
|
||||||
|
|
||||||
/* Values for "flag" field in struct arpt_ip (general arp structure).
|
/* Values for "flag" field in struct arpt_ip (general arp structure).
|
||||||
* No flags defined yet.
|
* No flags defined yet.
|
||||||
|
|
Loading…
Reference in a new issue