Re: [PATCH 0/2] Two fixes for documentation-file-ref-check
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-10-26 15:42:56
Also in:
bpf, lkml, netdev
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-10-26 15:42:56
Also in:
bpf, lkml, netdev
Mauro Carvalho Chehab [off-list ref] writes:
Hi Jon, This small series contain two fixes for documentation-file-ref-check, in order to remove some (false) positives. The first one makes it to ignore files that start with a dot. It prevents the script to try parsing hidden files. The second one shuts up (currently) two false-positives for some documents under: tools/bpf/bpftool/Documentation/ Mauro Carvalho Chehab (2): scripts: documentation-file-ref-check: ignore hidden files scripts: documentation-file-ref-check: fix bpf selftests path scripts/documentation-file-ref-check | 4 ++++ 1 file changed, 4 insertions(+)
Set applied, thanks. jon