[PATCH] staging: android: fix typo

2015-09-11 Thread Junesung Lee
'syncrhronization' is wrong spell. 'synchronization' is correct. Signed-off-by: Junesung Lee --- drivers/staging/android/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig index 24d

[PATCH] drivers/base: fix typo

2015-08-19 Thread Junesung Lee
The word "filesystem" is being used without the space. Signed-off-by: Junesung Lee --- drivers/base/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 98504ec..9140666 100644 --- a/drivers/base/Kconfig +++

[PATCH] staging: android: fix typo

2015-08-19 Thread Junesung Lee
Fix typo. Signed-off-by: Junesung Lee --- drivers/staging/android/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig index 24d657b..0a9a7b3 100644 --- a/drivers/staging/android/Kconfig +++ b/drivers

[PATCH] f2fs: fix typo

2015-08-18 Thread Junesung Lee
Fix typo. Signed-off-by : Junesung Lee --- fs/f2fs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/Kconfig b/fs/f2fs/Kconfig index c629762..b0a9dc9 100644 --- a/fs/f2fs/Kconfig +++ b/fs/f2fs/Kconfig @@ -45,7 +45,7 @@ config F2FS_FS_POSIX_ACL default y