Fix some typos in the kernel troubleshooting docs

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2018-04-17 15:54:26 -04:00 committed by Jeremy Cline
parent a1ec819cf1
commit d3c0f7c0b2
No known key found for this signature in database
GPG key ID: 9223308FA9B246DB

View file

@ -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 <<build-custom-kernel.adoc#get-the-dependencies,dependencies>>
required to build the kernel
required to build the kernel.
. Next, <<build-custom-kernel.adoc#getting-the-sources,get the source code>>.
@ -86,7 +86,7 @@ skip`.
. <<build-custom-kernel.adoc#installing-the-kernel,Install the kernel>>.
. 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`.