From: Mathieu Desnoyers Date: Tue, 20 Apr 2021 20:20:44 +0000 (-0400) Subject: Fix: hlist header: use parenthesis around macro parameters X-Git-Tag: v0.13.0~10 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=c9f0b5df9f08a97da2aba43cdb4df2ee196056f7;hp=c9f0b5df9f08a97da2aba43cdb4df2ee196056f7 Fix: hlist 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 hlist.h to follow this coding style. Signed-off-by: Mathieu Desnoyers Change-Id: I28425b620b7937f6b3a57d48d70ce097d0093e23 ---