Commit d49193be authored by Yang Li's avatar Yang Li Committed by Dmitry Torokhov

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: default avatarYang Li <yang.lee@linux.alibaba.com>
Reviewed-by: default avatarMichal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20240301092115.123092-1-yang.lee@linux.alibaba.comSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 90cb57a6
...@@ -219,8 +219,7 @@ static void sxps2_close(struct serio *pserio) ...@@ -219,8 +219,7 @@ static void sxps2_close(struct serio *pserio)
/** /**
* xps2_of_probe - probe method for the PS/2 device. * xps2_of_probe - probe method for the PS/2 device.
* @of_dev: pointer to OF device structure * @ofdev: pointer to OF device structure
* @match: pointer to the structure used for matching a device
* *
* This function probes the PS/2 device in the device tree. * This function probes the PS/2 device in the device tree.
* It initializes the driver data structure and the hardware. * It initializes the driver data structure and the hardware.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment