remoteproc: use variable names for sizeof() operator
authorAnna, Suman <s-anna@ti.com>
Fri, 12 Aug 2016 23:42:18 +0000 (18:42 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 13 Aug 2016 04:27:47 +0000 (21:27 -0700)
commit899585ad3964be599bc643f5119193c815e3d1e4
treed409efef8abd3dacdea22729074de660e868f5ee
parent56324d7a229486136e0a1e95e935efceecced249
remoteproc: use variable names for sizeof() operator

Fix the code formatting to use the kernel preferred style
of using the actual variables to determize the size using
the sizeof() operator.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_core.c