Hello build bot (Jenkins), Michał Żygowski, Piotr Król,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46066
to look at the new patch set (#2).
Change subject: mb: AMD CIMx boards: Fix typo in *is defined* in comments ......................................................................
mb: AMD CIMx boards: Fix typo in *is defined* in comments
The passive clause is constructed with the past participle, which is *defined* in this case. Fix all occurrences in AMD vendor code with the command below.
git grep -l "is define at" src/mainboard/ | xargs sed -i 's/is define at/is defined at/'
Change-Id: I5aa0e6e064410b305aa5f2775271f6a8988da64b Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/mainboard/amd/inagua/platform_cfg.h M src/mainboard/amd/persimmon/platform_cfg.h M src/mainboard/amd/south_station/platform_cfg.h M src/mainboard/amd/union_station/platform_cfg.h M src/mainboard/asrock/e350m1/platform_cfg.h M src/mainboard/elmex/pcm205400/platform_cfg.h M src/mainboard/gizmosphere/gizmo/platform_cfg.h M src/mainboard/jetway/nf81-t56n-lf/platform_cfg.h M src/mainboard/lippert/frontrunner-af/platform_cfg.h M src/mainboard/pcengines/apu1/platform_cfg.h 10 files changed, 110 insertions(+), 110 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/46066/2