]> git.ipfire.org Git - thirdparty/linux.git/commit
Input: xilinx_ps2 - fix kernel-doc for xps2_of_probe function
authorYang Li <yang.lee@linux.alibaba.com>
Sun, 3 Mar 2024 23:02:08 +0000 (15:02 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 3 Mar 2024 23:02:55 +0000 (15:02 -0800)
commitd49193be636ab2b6e35727541bbdcdc1eab2d676
tree2eca92969c5e89fd6eaf154080aca0ee4581d152
parent90cb57a6c5717b83a110c0da720a03ee32ed255e
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>
drivers/input/serio/xilinx_ps2.c