remoteproc: fix kernel doc for struct rproc_ops
authorDong Aisheng <aisheng.dong@nxp.com>
Tue, 6 Jul 2021 14:21:56 +0000 (22:21 +0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 28 Jul 2021 19:57:31 +0000 (14:57 -0500)
commit147b589c5f446d602215577835356a96c40a4044
tree70df94bee551f88d929633c4935ef7132664c0df
parentc080128b6f05cb803d830e6bf2ec0b214435ce38
remoteproc: fix kernel doc for struct rproc_ops

The load_rsc_table was removed since the
commit c1d35c1ab424 ("remoteproc: Rename "load_rsc_table" to "parse_fw"")
but got added back again by mistake in the below commit:
commit b1a17513a2d6 ("remoteproc: add vendor resources handling").

The patch fixed a small code indent issue which not worth
a separate patch.

Fixes: b1a17513a2d6 ("remoteproc: add vendor resources handling")
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Link: https://lore.kernel.org/r/20210706142156.952794-2-aisheng.dong@nxp.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
include/linux/remoteproc.h