Commit ec8beff9 authored by Shailendra Verma's avatar Shailendra Verma Committed by Dmitry Torokhov
Browse files

Input: fix typo in comment to input_handler_for_each_handle()

parent ca8ff6ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2262,7 +2262,7 @@ EXPORT_SYMBOL(input_unregister_handler);
 *
 * Iterate over @bus's list of devices, and call @fn for each, passing
 * it @data and stop when @fn returns a non-zero value. The function is
 * using RCU to traverse the list and therefore may be usind in atonic
 * using RCU to traverse the list and therefore may be using in atomic
 * contexts. The @fn callback is invoked from RCU critical section and
 * thus must not sleep.
 */