linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/base: fix typo
@ 2015-08-20  1:51 Junesung Lee
  2015-08-25 19:51 ` Christian Kujau
  0 siblings, 1 reply; 2+ messages in thread
From: Junesung Lee @ 2015-08-20  1:51 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Junesung Lee

The word "filesystem" is being used without the space.

Signed-off-by: Junesung Lee <junesoung412@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
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -42,7 +42,7 @@ config DEVTMPFS
 	  rescue systems, and reliably handles dynamic major/minor numbers.
 
 	  Notice: if CONFIG_TMPFS isn't enabled, the simpler ramfs
-	  file system will be used instead.
+	  filesystem will be used instead.
 
 config DEVTMPFS_MOUNT
 	bool "Automount devtmpfs at /dev, after the kernel mounted the rootfs"
@@ -100,7 +100,7 @@ config FIRMWARE_IN_KERNEL
 	  Enabling this option will build each required firmware blob
 	  into the kernel directly, where request_firmware() will find
 	  them without having to call out to userspace. This may be
-	  useful if your root file system requires a device that uses
+	  useful if your root filesystem requires a device that uses
 	  such firmware and do not wish to use an initrd.
 
 	  This single option controls the inclusion of firmware for
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/base: fix typo
  2015-08-20  1:51 [PATCH] drivers/base: fix typo Junesung Lee
@ 2015-08-25 19:51 ` Christian Kujau
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Kujau @ 2015-08-25 19:51 UTC (permalink / raw)
  To: Junesung Lee; +Cc: gregkh, linux-kernel

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

$ git grep filesystem | wc -l
4321

Christian.

> 
> Signed-off-by: Junesung Lee <junesoung412@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
> --- a/drivers/base/Kconfig
> +++ b/drivers/base/Kconfig
> @@ -42,7 +42,7 @@ config DEVTMPFS
>  	  rescue systems, and reliably handles dynamic major/minor numbers.
>  
>  	  Notice: if CONFIG_TMPFS isn't enabled, the simpler ramfs
> -	  file system will be used instead.
> +	  filesystem will be used instead.
>  
>  config DEVTMPFS_MOUNT
>  	bool "Automount devtmpfs at /dev, after the kernel mounted the rootfs"
> @@ -100,7 +100,7 @@ config FIRMWARE_IN_KERNEL
>  	  Enabling this option will build each required firmware blob
>  	  into the kernel directly, where request_firmware() will find
>  	  them without having to call out to userspace. This may be
> -	  useful if your root file system requires a device that uses
> +	  useful if your root filesystem requires a device that uses
>  	  such firmware and do not wish to use an initrd.
>  
>  	  This single option controls the inclusion of firmware for
> -- 
> 2.1.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

-- 
BOFH excuse #416:

We're out of slots on the server

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-25 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-20  1:51 [PATCH] drivers/base: fix typo Junesung Lee
2015-08-25 19:51 ` Christian Kujau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).