commit | 5c761ce58666b3a1695697498598f8bf3484a0c7 | [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 | e2888a7fa7f8d23396c4b25ea763fe1f38851b3d [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>