Fix: rculist header: use parenthesis around macro parameters
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Apr 2021 20:24:26 +0000 (16:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Apr 2021 12:33:00 +0000 (08:33 -0400)
commit5e1b7c840a2b21b8442b322cedbb70a790e49520
tree0569742374d69129c2c7a76a54c106d1ebec9a81
parent2b6f565a6ad3ab89fc079ea1e8954dda5d98a8f7
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 <mathieu.desnoyers@efficios.com>
Change-Id: Idcc85eef31bb8c11766e834554bfab8b6ed35864
include/urcu/rculist.h
This page took 0.024251 seconds and 4 git commands to generate.