[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080731105337.GK488@elte.hu>
Date: Thu, 31 Jul 2008 12:53:37 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Arjan van de Ven <arjan@...radead.org>,
linux-kernel@...r.kernel.org, Simon Arlott <simon@...e.lp0.eu>,
Daniel Walker <dwalker@...sta.com>,
Rene Herman <rene.herman@...access.nl>
Subject: Re: [patch 1/4] fastboot: make fastboot a config option
* Randy Dunlap <randy.dunlap@...cle.com> wrote:
> > + This includes doing some of the device initialization asynchronous
>
> asynchronously
>
fixed in tip/fastboot via the patch below - thanks Randy.
Ingo
------------->
>From 1a23ed42e1baf0481cc70c2f71d97b0bf0f1be70 Mon Sep 17 00:00:00 2001
From: Ingo Molnar <mingo@...e.hu>
Date: Thu, 31 Jul 2008 12:52:29 +0200
Subject: [PATCH] fastboot: fix typo in init/Kconfig text
noticed by Randy Dunlap.
Reported-by: Randy Dunlap <randy.dunlap@...cle.com>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
init/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig
index 4f73780..6b4de4d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -530,7 +530,7 @@ config FASTBOOT
The fastboot option will cause the kernel to try to optimize
for faster boot.
- This includes doing some of the device initialization asynchronous
+ This includes doing some of the device initialization asynchronously
as well as opportunistically trying to mount the root fs early.
If unsure, say N.
--
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