From: Frans Klaver <fransklaver@gmail.com>
Date: Mon, 23 Feb 2015 21:05:56 +0000 (+0100)
Subject: init/main: fix reset_device comment
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fc454fdc108e44bf7e7ebd39f8209a2d021dd8ca;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

init/main: fix reset_device comment

Fix incorrect spelling of situation.

Signed-off-by: Frans Klaver <fransklaver@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---

diff --git a/init/main.c b/init/main.c
index 321d0ceb26d3..b0c705515089 100644
--- a/init/main.c
+++ b/init/main.c
@@ -145,7 +145,7 @@ EXPORT_SYMBOL_GPL(static_key_initialized);
  * rely on the BIOS and skip the reset operation.
  *
  * This is useful if kernel is booting in an unreliable environment.
- * For ex. kdump situaiton where previous kernel has crashed, BIOS has been
+ * For ex. kdump situation where previous kernel has crashed, BIOS has been
  * skipped and devices will be in unknown state.
  */
 unsigned int reset_devices;