raiden00pl opened a new pull request, #16968: URL: https://github.com/apache/nuttx/pull/16968
## Summary tools/checkpatch.sh: fix check for HEAD commit: `./tools/checkpatch.sh -c -u -m -g HEAD` In this case, only the last commission needs to be checked. regression after 93911d52a8db7a8ec283d2b8e386a00a0ccdde09 ## Impact fix regression ## Testing only the latest commit is checked when we pass HEAD as an argument, which is the correct behavior: ``` $ ./tools/checkpatch.sh -c -u -m -g HEAD All checks pass. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org