remoteproc: fix bare unsigned type usage
authorAnna, Suman <s-anna@ti.com>
Fri, 12 Aug 2016 23:42:19 +0000 (18:42 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 13 Aug 2016 04:27:48 +0000 (21:27 -0700)
commitf145928d496df35fdca86d8af77fe9610fd0055f
tree55688e8229488c271638e8d1c8f779ea3594e9ed
parent899585ad3964be599bc643f5119193c815e3d1e4
remoteproc: fix bare unsigned type usage

While there is nothing wrong with defining an unsigned integer
variable or argument using the bare unsigned type, it is better
to use the checkpatch preferred 'unsigned int' type.

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