commit | 1824dd8035fceb337801bed76515eceda8d7af6b | [log] [tgz] |
---|---|---|
author | Vinod Koul <vkoul@kernel.org> | Thu May 02 16:29:28 2019 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 02 17:17:51 2019 +0200 |
tree | 27035cb5c5a8e88aeb0b8e35cc8413500572b7fc | |
parent | 7d3b3cdfd16536642f7eebcdb33daaf1ce9469c5 [diff] |
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>