lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1440035516-2962-1-git-send-email-junesoung412@gmail.com>
Date:	Thu, 20 Aug 2015 10:51:56 +0900
From:	Junesung Lee <junesoung412@...il.com>
To:	gregkh@...uxfoundation.org
Cc:	linux-kernel@...r.kernel.org, Junesung Lee <junesoung412@...il.com>
Subject: [PATCH] drivers/base: fix typo

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

Signed-off-by: Junesung Lee <junesoung412@...il.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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ