Skip to content

Commit d6e6808

Browse files
Jiapeng Chongdtor
authored andcommitted
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 <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 5bca368 commit d6e6808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/rmi4/rmi_bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ void rmi_unregister_function(struct rmi_function *fn)
285285
}
286286

287287
/**
288-
* rmi_register_function_handler - register a handler for an RMI function
288+
* __rmi_register_function_handler - register a handler for an RMI function
289289
* @handler: RMI handler that should be registered.
290290
* @owner: pointer to module that implements the handler
291291
* @mod_name: name of the module implementing the handler

0 commit comments

Comments
 (0)