提交 df1027ab 编写于 作者: B Baruch Siach 提交者: Jonathan Corbet

Documentation/CodingStyle: fix example macro parenthesis imbalance

Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Fixes: f2027543 ('documentation: update CodingStyle on local variables naming in macros')
Signed-off-by: NBaruch Siach <baruch@tkos.co.il>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 de88d8be
......@@ -670,7 +670,7 @@ functions:
typeof(x) ret; \
ret = calc_ret(x); \
(ret); \
)}
})
ret is a common name for a local variable - __foo_ret is less likely
to collide with an existing variable.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册