commit | 96c2cd5274ca5547c1e02706eee289fad28636d7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Sep 13 04:59:05 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 15 08:05:11 2017 -0400 |
tree | 739ae6ff00509130959ca259fdc9a0cafbd4bab8 | |
parent | bc4ac7e170787f1e2f39a92600c4aff02b84829d [diff] |
checkpatch.pl: Add warning for new __packed additions While there are valid reasons to use __packed, often the answer is that you should be doing something else here instead. This reintroduces the changes of f503cc49a570 (Add warning for new __packed additions) Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>