Commit df1027ab authored by Baruch Siach's avatar Baruch Siach Committed by 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: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent de88d8be
...@@ -670,7 +670,7 @@ functions: ...@@ -670,7 +670,7 @@ functions:
typeof(x) ret; \ typeof(x) ret; \
ret = calc_ret(x); \ ret = calc_ret(x); \
(ret); \ (ret); \
)} })
ret is a common name for a local variable - __foo_ret is less likely ret is a common name for a local variable - __foo_ret is less likely
to collide with an existing variable. to collide with an existing variable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment