staging: fsl-mc: enclose macro params in parens
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Thu, 8 Jun 2017 14:28:46 +0000 (17:28 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2017 10:14:12 +0000 (12:14 +0200)
commit72f3415f812c12b8dfb05996514d1248c213250c
treefd0ee048600d568314122793ac054c4e32d64048
parent46949b48568b175be23a844f6e7703f4b4f2dd14
staging: fsl-mc: enclose macro params in parens

Several macros didn't had macro params enclosed in parens. Fix them to
avoid precedence issues. Found with checkpatch.pl who was issuing this
message:
    "Macro argument 'id' may be better as '(id)' to avoid precedence
     issues"

Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/dpbp-cmd.h
drivers/staging/fsl-mc/bus/dpmcp-cmd.h
drivers/staging/fsl-mc/bus/dpmng-cmd.h
drivers/staging/fsl-mc/bus/dprc-cmd.h