From: Mathieu Desnoyers Date: Tue, 20 Apr 2021 20:24:26 +0000 (-0400) Subject: Fix: rculist header: use parenthesis around macro parameters X-Git-Tag: v0.12.3~9 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=44738da7539ceb5ebf6255d2ac995a98e657b2ba;hp=44738da7539ceb5ebf6255d2ac995a98e657b2ba;p=urcu.git Fix: rculist header: use parenthesis around macro parameters The coding style followed across liburcu is to use parenthesis around macro parameters when it would otherwise lead to unexpected results due to priority of operators. Fix rculist.h to follow this coding style. Signed-off-by: Mathieu Desnoyers Change-Id: Idcc85eef31bb8c11766e834554bfab8b6ed35864 ---