Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19f59460 authored by Matt LaPlante's avatar Matt LaPlante Committed by Jiri Kosina
Browse files

trivial: Miscellaneous documentation typo fixes



Fix various typos in documentation txts.

Signed-off-by: default avatarMatt LaPlante <kernel1@cyberdogtech.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 19af5cdb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -676,8 +676,8 @@ this directory the following files can currently be found:
	dma-api/all_errors	This file contains a numeric value. If this
				value is not equal to zero the debugging code
				will print a warning for every error it finds
				into the kernel log. Be carefull with this
				option. It can easily flood your logs.
				into the kernel log. Be careful with this
				option, as it can easily flood your logs.

	dma-api/disabled	This read-only file contains the character 'Y'
				if the debugging code is disabled. This can
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ to another chain) checking the final 'nulls' value if
the lookup met the end of chain. If final 'nulls' value
is not the slot number, then we must restart the lookup at
the beginning. If the object was moved to the same chain,
then the reader doesnt care : It might eventually
then the reader doesn't care : It might eventually
scan the list again without harm.


+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Copyright 2006, 2007 Simtec Electronics

The Silicon Motion SM501 multimedia companion chip is a multifunction device
which may provide numerous interfaces including USB host controller USB gadget,
Asyncronous Serial ports, Audio functions and a dual display video interface.
asynchronous serial ports, audio functions, and a dual display video interface.
The device may be connected by PCI or local bus with varying functions enabled.

Core
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ same criteria as reads.
front_merges	(bool)
------------

Sometimes it happens that a request enters the io scheduler that is contigious
Sometimes it happens that a request enters the io scheduler that is contiguous
with a request that is already on the queue. Either it fits in the back of that
request, or it fits at the front. That is called either a back merge candidate
or a front merge candidate. Due to the way files are typically laid out,
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ parameter.

For simplicity, only one braille console can be enabled, other uses of
console=brl,... will be discarded.  Also note that it does not interfere with
the console selection mecanism described in serial-console.txt
the console selection mechanism described in serial-console.txt

For now, only the VisioBraille device is supported.

Loading