mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 19:49:33 -04:00
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:
committed by
Greg Kroah-Hartman
parent
1669137eb0
commit
240a3a1674
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user