Input: synaptics-rmi4 - fix function name in kerneldoc

No functional modification involved.

drivers/input/rmi4/rmi_bus.c:300: warning: expecting prototype for rmi_register_function_handler(). Prototype was for __rmi_register_function_handler() instead.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230209040710.111456-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
Jiapeng Chong 2023-04-13 23:23:29 -07:00 committed by Dmitry Torokhov
parent 5bca3688bd
commit d6e680837e

View File

@ -285,7 +285,7 @@ void rmi_unregister_function(struct rmi_function *fn)
} }
/** /**
* rmi_register_function_handler - register a handler for an RMI function * __rmi_register_function_handler - register a handler for an RMI function
* @handler: RMI handler that should be registered. * @handler: RMI handler that should be registered.
* @owner: pointer to module that implements the handler * @owner: pointer to module that implements the handler
* @mod_name: name of the module implementing the handler * @mod_name: name of the module implementing the handler