summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjzyds <xiaoqiangli.mail@gmail.com>2021-02-07 15:43:48 +0800
committerGitHub <noreply@github.com>2021-02-07 15:43:48 +0800
commitb40120e746fb52c24a0627264998b2ceee2d25a4 (patch)
tree2f09d730e5dd2022387a87e65590a8291c57b73d
parent110511a10110f96b20f107c078f7d5ef4c01b109 (diff)
修改Linux内核编码风格链接
This file has moved to process/coding-style.rst
-rw-r--r--zh-cn/c-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/c-cn.html.markdown b/zh-cn/c-cn.html.markdown
index 7286fa9f..dbad5030 100644
--- a/zh-cn/c-cn.html.markdown
+++ b/zh-cn/c-cn.html.markdown
@@ -616,7 +616,7 @@ typedef void (*my_fnp_type)(char *);
如果你有问题,请阅读[compl.lang.c Frequently Asked Questions](http://c-faq.com/)。
-使用合适的空格、缩进,保持一致的代码风格非常重要。可读性强的代码比聪明的代码、高速的代码更重要。可以参考下[Linux内核编码风格](https://www.kernel.org/doc/Documentation/CodingStyle)
+使用合适的空格、缩进,保持一致的代码风格非常重要。可读性强的代码比聪明的代码、高速的代码更重要。可以参考下[Linux内核编码风格](https://www.kernel.org/doc/Documentation/process/coding-style.rst)
除了这些,多多Google吧