summaryrefslogtreecommitdiffstats
path: root/Documentation/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/tutorial')
-rw-r--r--Documentation/tutorial/part2.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/tutorial/part2.md b/Documentation/tutorial/part2.md
index 5ab210a59174..4ac857473d20 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 <filepath>); do \
- util/lint/checkpatch.pl --file $file --terse; done
+ util/lint/lint-007-checkpatch <filepath>
where `filepath` is the filepath of the directory (ex. `src/cpu/amd/car`).