Docs/zh_CN: Update the translation of sparse to 5.19-rc8
authorYanteng Si <siyanteng@loongson.cn>
Thu, 28 Jul 2022 05:05:58 +0000 (13:05 +0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 28 Jul 2022 15:37:25 +0000 (09:37 -0600)
Update to commit179fd6ba3bac ("Documentation/sparse:
 add hints about __CHECKER__")

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Alex Shi <alexs@kernel.org>
Link: https://lore.kernel.org/r/2ecdf7ddc8644e9031e4e2af947b97d63ab046f0.1658983157.git.siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/translations/zh_CN/dev-tools/sparse.rst

index 5562824..0664c63 100644 (file)
@@ -106,3 +106,5 @@ __releases  - 指定的锁在函数进入时被持有,但在退出时不被持
 
 make 的可选变量 CHECKFLAGS 可以用来向 sparse 工具传递参数。编译系统会自
 动向 sparse 工具传递 -Wbitwise 参数。
+
+注意sparse定义了__CHECKER__预处理器符号。
\ No newline at end of file