
7 Feb
2021
7 Feb
'21
1:17 a.m.
If a driver declaration is included in a comment, dtoc currently gets confused. Update the parser to only consider declarations that begin at the start of a line. Since multi-line comments begin with an asterisk, this avoids the problem.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - New patch
tools/dtoc/src_scan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!