commit | 3d130fd03e06672f7700e2cb694b29f9a98227ca | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Jan 12 17:00:00 2011 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jan 13 08:03:11 2011 -0800 |
tree | 65608fc8841362c586cdfd06b69389165753ae93 | |
parent | 88f8831c055858179a7844d9dd4ddd7d3621322e [diff] |
checkpatch.pl: add "prefer __packed" check There's a __packed #define for __attribute__((packed)). Add a checkpatch to tell people about it. Signed-off-by: Joe Perches <joe@perches.com> Cc: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>