]> asedeno.scripts.mit.edu Git - linux.git/commit
soundwire: wrap macro argument in parenthesis
authorVinod Koul <vkoul@kernel.org>
Thu, 2 May 2019 10:59:28 +0000 (16:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 15:17:51 +0000 (17:17 +0200)
commit1824dd8035fceb337801bed76515eceda8d7af6b
tree27035cb5c5a8e88aeb0b8e35cc8413500572b7fc
parent7d3b3cdfd16536642f7eebcdb33daaf1ce9469c5
soundwire: wrap macro argument in parenthesis

macro argument should be inside a parenthesis to avoid precedence
issues

checkpatch complains:
CHECK: Macro argument 'n' may be better as '(n)' to avoid
precedence issues

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/soundwire/sdw.h