]> git.ipfire.org Git - people/ms/u-boot.git/commit
checkpatch.pl: Add warning for new __packed additions
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 13 Sep 2017 02:59:05 +0000 (04:59 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 15 Sep 2017 12:05:11 +0000 (08:05 -0400)
commit5c761ce58666b3a1695697498598f8bf3484a0c7
tree739ae6ff00509130959ca259fdc9a0cafbd4bab8
parente2888a7fa7f8d23396c4b25ea763fe1f38851b3d
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>
scripts/checkpatch.pl