staging: vc04_services: Fix kernel-doc param for vchiq_register_chrdev

To adhere to the kernel-doc specification, use a colon to separate the
parameter name and its description.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240511093600.59180-1-yang.lee@linux.alibaba.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Yang Li
2024-05-11 17:36:00 +08:00
committed by Greg Kroah-Hartman
parent 1669137eb0
commit 240a3a1674

View File

@@ -1319,7 +1319,7 @@ static struct miscdevice vchiq_miscdev = {
* vchiq_register_chrdev - Register the char driver for vchiq
* and create the necessary class and
* device files in userspace.
* @parent The parent of the char device.
* @parent: The parent of the char device.
*
* Returns 0 on success else returns the error code.
*/