docs/manual: check-package before submitting patch

Add 'utils/docker-run make check-package' to the default workflow of
submitting patches, just after the rebase and before using format-patch.

Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Cc: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023.02.x
Ricardo Martincoski 2022-07-31 16:35:12 -03:00 committed by Thomas Petazzoni
parent aeec8faf31
commit efccb2a7dd
1 changed files with 6 additions and 0 deletions

View File

@ -294,6 +294,12 @@ $ git fetch --all --tags
$ git rebase origin/master
---------------------
Now check the coding style for the changes you committed:
---------------------
$ utils/docker-run make check-package
---------------------
Now, you are ready to generate then submit your patch set.
To generate it, run: