]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
remoteproc: xlnx: Fix kernel-doc warnings
authorTanmay Shah <tanmay.shah@amd.com>
Wed, 16 Jul 2025 21:30:48 +0000 (14:30 -0700)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 22 Jul 2025 15:13:38 +0000 (09:13 -0600)
commit1c20224123f41e4f7da44ae020832bdac3f30ec1
treee7f12c14fdc9a50335b16fece2f6e6c44641b20d
parent699cdd706290208d47bd858a188b030df2e90357
remoteproc: xlnx: Fix kernel-doc warnings

Fix kernel-doc warnings generated by following command:

`scripts/kernel-doc -Werror -Wshort-desc -Wall \
drivers/remoteproc/xlnx_r5_remoteproc.c > /dev/null`

warning: missing initial short description on line:
 * struct mbox_info

...

Total 8 warnings fixed

Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
Link: https://lore.kernel.org/r/20250716213048.2316424-3-tanmay.shah@amd.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/xlnx_r5_remoteproc.c