From d3c0f7c0b2126efe6b1fa7e00e04a00f08d01876 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 17 Apr 2018 15:54:26 -0400 Subject: [PATCH] Fix some typos in the kernel troubleshooting docs Signed-off-by: Jeremy Cline --- en-US/kernel/troubleshooting.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en-US/kernel/troubleshooting.adoc b/en-US/kernel/troubleshooting.adoc index 680eff7..3b2fb83 100644 --- a/en-US/kernel/troubleshooting.adoc +++ b/en-US/kernel/troubleshooting.adoc @@ -22,8 +22,8 @@ boot process, there may or may not be any output. Some good first steps are: * Add `initcall_debug` parameter, which traces the initcalls as they are executed. -* If you get no output at all from the kernel, sometimes booting with - `earlyprintk=vga` can sometimes yield something of interest. +* If you get no output at all from the kernel, booting with `earlyprintk=vga` + can sometimes yield something of interest. == Hangs and freezes @@ -68,7 +68,7 @@ version. The first version you find that doesn't work will be the initial "bad" version. . Install the <> -required to build the kernel +required to build the kernel. . Next, <>. @@ -86,7 +86,7 @@ skip`. . <>. -. Reboot into the new kernel and test to see if the it works. +. Reboot into the new kernel and test to see if it works. . If the new kernel works, mark it as good with `git bisect good`. Otherwise, mark it as bad with `git bisect bad`.