]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/documentation-file-ref-check: don't parse Next/ dir
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 22 Apr 2019 11:42:02 +0000 (08:42 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 3 May 2019 12:45:22 +0000 (06:45 -0600)
commit701897a95f8528e3bdc9b6e2700b9b34a7eef2e2
treed1e1863032b7b32e862ed1b94c152e3c67300e6f
parentc4929377a114890cb0755e37f1f4af00f9ff663c
scripts/documentation-file-ref-check: don't parse Next/ dir

If one tries to run this script under linux-next, it would
hit lots of false-positives, due to the tree merges that
are stored under the Next/ directory.

So, add a logic to ignore it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/documentation-file-ref-check