[PATCH] docs: zh_CN: scsi: fix wrong reference to Configure.help
#UpdatedFrom:ke zijie <kezijie@leap-io-kernel.com>
Date:
Message-ID:<20251116085102.1740613-1-kezijie@leap-io-kernel.com>
Patch:v1 · 1/2
Language:zh_CN
Patch-ID:7b6a63e54c50d3b1c1b89756aa30acfc90836721
Files:
Documentation/translations/zh_CN/scsi/scsi_mid_low_api.rstLinks:lore message ↗ · raw mail ↗
Patch content 1 changed file
0day CI reported that scsi_mid_low_api.rst references a fileDocumentation/Configure.help, which has been removed long ago. The documentation text should wrap this filename in Sphinx literalmarkup (`` ``) and avoid producing a broken file reference. This patch fixes the incorrect reference. Reported-by: kernel test robot <lkp@intel.com>Closes: https://lore.kernel.org/oe-kbuild-all/202511130032.gevVvSte-lkp@intel.com/Signed-off-by: ke zijie <kezijie@leap-io-kernel.com>--- Documentation/translations/zh_CN/scsi/scsi_mid_low_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/translations/zh_CN/scsi/scsi_mid_low_api.rst b/Documentation/translations/zh_CN/scsi/scsi_mid_low_api.rstindex f701945a1b1c..30ac3bb5b57c 100644--- a/Documentation/translations/zh_CN/scsi/scsi_mid_low_api.rst+++ b/Documentation/translations/zh_CN/scsi/scsi_mid_low_api.rst@@ -1144,7 +1144,7 @@ struct scsi_host_template::use_new_eh_code标志 也已经被移除。 在Linux内核2.4中,SCSI子系统的配置描述与其他Linux子系-统的配置描述集中存放在Documentation/Configure.help+统的配置描述集中存放在 ``Documentation/Configure.help`` 文件中。在Linux内核2.6中,SCSI子系统拥有独立的配置文 件drivers/scsi/Kconfig(体积更小),同时包含配置信息 与帮助信息。--2.25.1