提交 f2b2ea69 编写于 作者: J Jim Meyering 提交者: Linus Torvalds

doc: fix typo in SubmittingPatches

Signed-off-by: NJim Meyering <meyering@redhat.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 e8d49f3a
...@@ -512,7 +512,7 @@ They provide type safety, have no length limitations, no formatting ...@@ -512,7 +512,7 @@ They provide type safety, have no length limitations, no formatting
limitations, and under gcc they are as cheap as macros. limitations, and under gcc they are as cheap as macros.
Macros should only be used for cases where a static inline is clearly Macros should only be used for cases where a static inline is clearly
suboptimal [there a few, isolated cases of this in fast paths], suboptimal [there are a few, isolated cases of this in fast paths],
or where it is impossible to use a static inline function [such as or where it is impossible to use a static inline function [such as
string-izing]. string-izing].
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册