Fix: rcuhlist header: use parenthesis around macro parameters
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Apr 2021 20:21:53 +0000 (16:21 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Apr 2021 12:33:00 +0000 (08:33 -0400)
commit2b6f565a6ad3ab89fc079ea1e8954dda5d98a8f7
tree1a6c060cb78933643ce836440022f936e0df83bb
parentc9f0b5df9f08a97da2aba43cdb4df2ee196056f7
Fix: rcuhlist 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 rcuhlist.h to follow this coding style.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I2f7988e96ce495d68960c5f1036aa6953d3ff53b
include/urcu/rcuhlist.h
This page took 0.024471 seconds and 4 git commands to generate.