Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: fix typo in comment to input_handler_for_each_handle()

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Shailendra Verma and committed by
Dmitry Torokhov
ec8beff9 ca8ff6ac

+1 -1
+1 -1
drivers/input/input.c
··· 2262 2262 * 2263 2263 * Iterate over @bus's list of devices, and call @fn for each, passing 2264 2264 * it @data and stop when @fn returns a non-zero value. The function is 2265 - * using RCU to traverse the list and therefore may be usind in atonic 2265 + * using RCU to traverse the list and therefore may be using in atomic 2266 2266 * contexts. The @fn callback is invoked from RCU critical section and 2267 2267 * thus must not sleep. 2268 2268 */