projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
045ec41
)
staging: android: fix typo
author
Junesung Lee
<junesoung412@gmail.com>
Sat, 12 Sep 2015 00:58:47 +0000
(09:58 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:57 +0000
(18:24 -0700)
'syncrhronization' is wrong spell. 'synchronization' is correct.
Signed-off-by: Junesung Lee <junesoung412@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/android/Kconfig
b/drivers/staging/android/Kconfig
index 68307121c9c18830ed88477ad152e5188cec0537..42b15126aa06bc0828405b0b6fe65b733f7eb871 100644
(file)
--- a/
drivers/staging/android/Kconfig
+++ b/
drivers/staging/android/Kconfig
@@
-54,7
+54,7
@@
config SW_SYNC
depends on SYNC
---help---
A sync object driver that uses a 32bit counter to coordinate
- sync
r
hronization. Useful when there is no hardware primitive backing
+ synchronization. Useful when there is no hardware primitive backing
the synchronization.
config SW_SYNC_USER