diff --git a/Documentation/tutorial/part2.md b/Documentation/tutorial/part2.md index 5ab210a591..4ac857473d 100644 --- a/Documentation/tutorial/part2.md +++ b/Documentation/tutorial/part2.md @@ -108,8 +108,7 @@ in the source files. To see errors that are already present, build the files in the repository by running `make lint` in the coreboot directory. Alternatively, if you want to run `make lint` on a specific directory, run: - for file in $(git ls-files | grep ); do \ - util/lint/checkpatch.pl --file $file --terse; done + util/lint/lint-007-checkpatch where `filepath` is the filepath of the directory (ex. `src/cpu/amd/car`).