docs/zh_CN: Updated index.rst and added ioctl document construction to it The information submitted this time is as follows: Add ioctl document construction to index.rst Signed-off-by: jinyilong <longjinyii@xxxxxxxxxxx Signed-off-by: jinyilong <longjinyii@xxxxxxxxxxx> docs/zh_CN: Added ioctl Chinese translation document The content submitted this time: Added ioctl.rst in the translation/zh_cN/driver API directory, which describes the Chinese user guide for ioctl --- Documentation/translations/zh_CN/driver-api/index.rst | 1 + Documentation/translations/zh_CN/driver-api/ioctl.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/translations/zh_CN/driver-api/index.rst b/Documentation/translations/zh_CN/driver-api/index.rst index 92ff1b7fc3d3..a57e73ff08e5 100644 --- a/Documentation/translations/zh_CN/driver-api/index.rst +++ b/Documentation/translations/zh_CN/driver-api/index.rst @@ -22,6 +22,7 @@ Linux驱动实现者的API指南 :maxdepth: 2 gpio/index + ioctl io_ordering Todolist: diff --git a/Documentation/translations/zh_CN/driver-api/ioctl.rst b/Documentation/translations/zh_CN/driver-api/ioctl.rst index a361efc87290..488aa136f388 100644 --- a/Documentation/translations/zh_CN/driver-api/ioctl.rst +++ b/Documentation/translations/zh_CN/driver-api/ioctl.rst @@ -54,4 +54,4 @@ ioctl()可以返回错误码,例如errno(3)。这些值在用户空间中转 32位系统兼容 ------------- -为了支持64位计算机上运行的32位用户程序,每个子系统或者驱动程序还应该实现compat_ioctl函数 +为了支持64位计算机上运行的32位用户程序,每个子系统或者驱动程序还应该实现compat_ioctl函数。 -- 2.34.1