Skip to content

Commit

Permalink
Input: fix typo in comment to input_handler_for_each_handle()
Browse files Browse the repository at this point in the history
Signed-off-by: Shailendra Verma <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
Shailendra221188 authored and dtor committed May 20, 2015
1 parent ca8ff6a commit ec8beff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit ec8beff

Please sign in to comment.