diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index f4b78eafd92a2e76e439f168fff97e1d41374b59..b713c35f85436316f79f2520436c02297c2e10e1 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@ -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.