Skip to content

Commit d6e6808

Browse files
wb-zjp846396dtor
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 <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>
1 parent 5bca368 commit d6e6808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)