Re: [PATCH 9/9] checkpatch: Add warnings for unexpected struct names

2020-12-13 Thread Simon Glass
As a way of keeping the driver declarations more consistent, add a warning if the struct used does not end with _priv or _plat. Signed-off-by: Simon Glass --- scripts/checkpatch.pl | 38 + tools/patman/test_checkpatch.py | 28 2

[PATCH 9/9] checkpatch: Add warnings for unexpected struct names

2020-12-03 Thread Simon Glass
As a way of keeping the driver declarations more consistent, add a warning if the struct used does not end with _priv or _plat. Signed-off-by: Simon Glass --- scripts/checkpatch.pl | 38 + tools/patman/test_checkpatch.py | 28 2