Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: xilinx_ps2 - fix kernel-doc for xps2_of_probe function

The existing comment block above the xps2_of_probe function
does not conform to the kernel-doc standard. This patch fixes the
documentation to match the expected kernel-doc format, which includes
a structured documentation header with param and return value.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20240301092115.123092-1-yang.lee@linux.alibaba.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Yang Li and committed by
Dmitry Torokhov
d49193be 90cb57a6

+1 -2
+1 -2
drivers/input/serio/xilinx_ps2.c
··· 219 219 220 220 /** 221 221 * xps2_of_probe - probe method for the PS/2 device. 222 - * @of_dev: pointer to OF device structure 223 - * @match: pointer to the structure used for matching a device 222 + * @ofdev: pointer to OF device structure 224 223 * 225 224 * This function probes the PS/2 device in the device tree. 226 225 * It initializes the driver data structure and the hardware.