Re: [PATCH] drivers/base: fix typo

2015-08-25 Thread Christian Kujau
On Thu, 20 Aug 2015, Junesung Lee wrote: > The word "filesystem" is being used without the space. I think both versions are acceptable: https://en.wiktionary.org/wiki/file_system Even though the version w/o the space appears to be more common in the source: $ git grep file\ system | wc -l

Re: [PATCH] drivers/base: fix typo

2015-08-25 Thread Christian Kujau
On Thu, 20 Aug 2015, Junesung Lee wrote: The word filesystem is being used without the space. I think both versions are acceptable: https://en.wiktionary.org/wiki/file_system Even though the version w/o the space appears to be more common in the source: $ git grep file\ system | wc -l 1473

[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] drivers/base: fix typo

2015-08-19 Thread Junesung Lee
The word filesystem is being used without the space. Signed-off-by: Junesung Lee junesoung...@gmail.com --- 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 ---

[PATCH] drivers/base: fix typo in comment for arch_setup_pdev_archdata()

2012-10-29 Thread Sebastian Andrzej Siewior
Signed-off-by: Sebastian Andrzej Siewior --- drivers/base/platform.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/platform.c b/drivers/base/platform.c index 8727e9c..af1d47f 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c @@ -44,7 +44,7

[PATCH] drivers/base: fix typo in comment for arch_setup_pdev_archdata()

2012-10-29 Thread Sebastian Andrzej Siewior
Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de --- drivers/base/platform.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/platform.c b/drivers/base/platform.c index 8727e9c..af1d47f 100644 --- a/drivers/base/platform.c +++