From: Mathieu Desnoyers Date: Fri, 17 May 2019 14:01:36 +0000 (-0400) Subject: Cleanup: bitfields: streamline use of underscores X-Git-Tag: v2.10.10~9 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=03f302b065e710984da417d3322a28d381e5dbf6;hp=03f302b065e710984da417d3322a28d381e5dbf6;p=lttng-modules.git Cleanup: bitfields: streamline use of underscores Do not prefix macro arguments with underscores. Use one leading underscore as prefix for local variables defined within macros. Signed-off-by: Mathieu Desnoyers ---