From: Emilio López <emilio@elopez.com.ar> Date: Mon, 2 Dec 2013 13:59:39 +0000 (-0300) Subject: drivers: fix typo in DEVTMPFS_MOUNT Kconfig help text X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0feb03af7f6272798cd14a3894020fa376b5f1da;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git drivers: fix typo in DEVTMPFS_MOUNT Kconfig help text rootfs was missing its f. Signed-off-by: Emilio López <emilio@elopez.com.ar> Signed-off-by: Jiri Kosina <jkosina@suse.cz> --- diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index e373671652b0..ec36e7772e57 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig @@ -49,7 +49,7 @@ config DEVTMPFS_MOUNT with the commandline parameter: devtmpfs.mount=0|1. This option does not affect initramfs based booting, here the devtmpfs filesystem always needs to be mounted manually - after the roots is mounted. + after the rootfs is mounted. With this option enabled, it allows to bring up a system in rescue mode with init=/bin/sh, even when the /dev directory on the rootfs is completely empty.