commit | ce5c5d6503c99eddb1664edc19b46a9a5ab0be17 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <[email protected]> | Mon Mar 02 09:16:04 2020 +0100 |
committer | Martin K. Petersen <[email protected]> | Wed Mar 11 23:08:02 2020 -0400 |
tree | f0600e95fa2a5eb2ffc59a218ab7f03df85abcff | |
parent | d4d79340fb7b3f6e9d69a47304b165207145b6d1 [diff] [blame] |
scsi: docs: convert scsi_mid_low_api.txt to ReST Link: https://lore.kernel.org/r/881e7741dfed5d6f5f73e1dfc2826b200b8604aa.1583136624.git.mchehab+huawei@kernel.org Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
diff --git a/scripts/documentation-file-ref-check b/scripts/documentation-file-ref-check index 7784c54..df8b221 100755 --- a/scripts/documentation-file-ref-check +++ b/scripts/documentation-file-ref-check
@@ -12,7 +12,7 @@ # to mention a past documentation file, for example, to give credits for # the original work. my %false_positives = ( - "Documentation/scsi/scsi_mid_low_api.txt" => "Documentation/Configure.help", + "Documentation/scsi/scsi_mid_low_api.rst" => "Documentation/Configure.help", "drivers/vhost/vhost.c" => "Documentation/virtual/lguest/lguest.c", );