]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
staging: vc04_services: Fix kernel-doc param for vchiq_register_chrdev
authorYang Li <yang.lee@linux.alibaba.com>
Sat, 11 May 2024 09:36:00 +0000 (17:36 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 11:38:16 +0000 (13:38 +0200)
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>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_dev.c

index 3c63347d2d08744ca0aa12649aadc40935201dd6..67ba9ceaad3e72eb5428dbc8fb616d224460db12 100644 (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.
  */