
13 Dec
2020
13 Dec
'20
3:51 p.m.
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 sjg@chromium.org ---
scripts/checkpatch.pl | 38 +++++++++++++++++++++++++++++++++ tools/patman/test_checkpatch.py | 28 ++++++++++++++++++++++++ 2 files changed, 66 insertions(+)
Applied to u-boot-dm/next, thanks!