You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
checkpatch.pl will complain that the vendor string is not documented, although this is not the case
Due to the slight difference between the vendor-prefixes.yaml from Linux and vendor-prefix
Notice the WARNING:UNDOCUMENTED_DT_STRING: warnings for all the vendors that are in the specific checked file.
But looking into the vendor-prefixes.txt file, you can see both ARM as well as NXP
Additional context
This issue seems to stem from the different format for vendor-prefixes.txt in Zephyr versus vendor-prefixes.yaml in Linux. The commit 5b10fac inadvertently replaces the check with the one from Linux.
The text was updated successfully, but these errors were encountered:
Describe the bug
checkpatch.pl will complain that the vendor string is not documented, although this is not the case
Due to the slight difference between the vendor-prefixes.yaml from Linux and vendor-prefix
To Reproduce
Steps to reproduce the behavior:
But looking into the vendor-prefixes.txt file, you can see both ARM as well as NXP
Expected behavior
No warning reported
Impact
Annoyance
Screenshots or console output
Environment (please complete the following information):
Additional context
This issue seems to stem from the different format for vendor-prefixes.txt in Zephyr versus vendor-prefixes.yaml in Linux. The commit 5b10fac inadvertently replaces the check with the one from Linux.
The text was updated successfully, but these errors were encountered: