From: Vinay K Nallamothu Date: Sun, 1 May 2005 15:59:09 +0000 (-0700) Subject: [PATCH] __attribute__ placement fixes X-Git-Tag: v2.6.12-rc4~136^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f78fc874f42f63a460bcebc2aeb98db526280d1c;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed