Skip to content

Commit d49193b

Browse files
Yang Lidtor
authored andcommitted
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 <[email protected]> Reviewed-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 90cb57a commit d49193b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/input/serio/xilinx_ps2.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ static void sxps2_close(struct serio *pserio)
219219

220220
/**
221221
* 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
224223
*
225224
* This function probes the PS/2 device in the device tree.
226225
* It initializes the driver data structure and the hardware.

0 commit comments

Comments
 (0)