mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
docs/zh_CN: update the translation of process/coding-style.rst
Update to commitc5d436f05a
("docs/process: fix typos") scripts/checktransupdate.py reports: Documentation/translations/zh_CN/process/coding-style.rst commitc5d436f05a
("docs/process: fix typos") commit82b8000c28
("net: drop special comment style") 2 commits needs resolving in total Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn> Reviewed-by: Yanteng Si <si.yanteng@linux.dev> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20241018014609.3781089-1-dzm91@hust.edu.cn
This commit is contained in:
parent
f63874b2db
commit
5ca1c920ad
@ -560,17 +560,6 @@ Documentation/translations/zh_CN/doc-guide/index.rst 和 scripts/kernel-doc 。
|
||||
* with beginning and ending almost-blank lines.
|
||||
*/
|
||||
|
||||
对于在 net/ 和 drivers/net/ 的文件,首选的长 (多行) 注释风格有些不同。
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
/* The preferred comment style for files in net/ and drivers/net
|
||||
* looks like this.
|
||||
*
|
||||
* It is nearly the same as the generally preferred comment style,
|
||||
* but there is no initial almost-blank line.
|
||||
*/
|
||||
|
||||
注释数据也是很重要的,不管是基本类型还是衍生类型。为了方便实现这一点,每一行
|
||||
应只声明一个数据 (不要使用逗号来一次声明多个数据)。这样你就有空间来为每个数据
|
||||
写一段小注释来解释它们的用途了。
|
||||
|
Loading…
Reference in New Issue
Block a user