]> git.baikalelectronics.ru Git - uboot.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)
commit377393881f8be2e41233d91d886203cb5566e6a5
tree739ae6ff00509130959ca259fdc9a0cafbd4bab8
parent20b00439a2d08d1b0ba7b262c17e4d817683df48
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