]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pppox: Replace __attribute__((packed)) in if_pppox.h
authorJames Chapman <jchapman@katalix.com>
Sun, 29 Apr 2012 21:48:49 +0000 (21:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 May 2012 13:30:55 +0000 (09:30 -0400)
commit9d4ec1aeda4a2754681a93029adf89f8f41b9a4d
treea2eb7e9a142b57c77638995f5635402e404e296c
parentc8657fd50a7553a4a9cb4b04cdc11419c9d93d9b
pppox: Replace __attribute__((packed)) in if_pppox.h

Checkpatch warns about the use of __attribute__((packed)). So use the
recommended __packed syntax instead.

Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_pppox.h