commit | f5dd906b6e42c84a2443ab07a248ad5deea71572 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 14 10:54:05 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 09 18:57:22 2020 -0600 |
tree | 3277f328e58a73bc5ea2ec49d70fe81edcc0b8ff | |
parent | cf5f0b56702514c8b52088796cd113f29b590cf9 [diff] |
patman: Add a test for the 'possible new uclass' check It is quite likely that the number of U-Boot-specific tests in checkpatch.pl will increase over time. We should have tests for these to avoid undefined behaviour and bugs being introduced, which might cause people to ignore the warnings. Add a simple new class that can generate a patch with a single-line addition in it. Use that to add a test for one of the checkpatch checks. Signed-off-by: Simon Glass <sjg@chromium.org>