[PATCH] __attribute__ placement fixes
The variable attributes "packed" and "align" when used with struct, should have the following order: struct ... {...} __attribute__((packed)) var; This patch fixes few instances where the variable and attributes are placed the other way around and had no effect. Signed-off-by:Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- drivers/net/gt96100eth.h 2 additions, 2 deletionsdrivers/net/gt96100eth.h
- include/asm-m68knommu/MC68328.h 1 addition, 1 deletioninclude/asm-m68knommu/MC68328.h
- include/asm-m68knommu/MC68EZ328.h 1 addition, 1 deletioninclude/asm-m68knommu/MC68EZ328.h
- include/asm-m68knommu/MC68VZ328.h 1 addition, 1 deletioninclude/asm-m68knommu/MC68VZ328.h
Loading
Please register or sign in to comment