projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8ff6a
)
Input: fix typo in comment to input_handler_for_each_handle()
author
Shailendra Verma
<
[email protected]
>
Mon, 18 May 2015 17:44:33 +0000
(10:44 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Wed, 20 May 2015 21:45:41 +0000
(14:45 -0700)
Signed-off-by: Shailendra Verma <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/input.c
patch
|
blob
|
history
diff --git
a/drivers/input/input.c
b/drivers/input/input.c
index cc357f1516a78c14ec9a279cce8c1dfe9ac53d1a..f315784236361b186249212db7d118ec31ef298f 100644
(file)
--- a/
drivers/input/input.c
+++ b/
drivers/input/input.c
@@
-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 usin
d in aton
ic
+ * using RCU to traverse the list and therefore may be usin
g in atom
ic
* contexts. The @fn callback is invoked from RCU critical section and
* thus must not sleep.
*/