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

Commit a982ac06 authored by Matt LaPlante's avatar Matt LaPlante Committed by Adrian Bunk
Browse files

misc doc and kconfig typos



Fix various typos in kernel docs and Kconfigs, 2.6.21-rc4.

Signed-off-by: default avatarMatt LaPlante <kernel1@cyberdogtech.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 148e423f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -480,8 +480,8 @@ The PCI stack provides 3 possible levels of MSI disabling:

6.1. Disabling MSI on a single device

Under some circumstances, it might be required to disable MSI on a
single device, It may be achived by either not calling pci_enable_msi()
Under some circumstances it might be required to disable MSI on a
single device.  This may be achieved by either not calling pci_enable_msi()
or all, or setting the pci_dev->no_msi flag before (most of the time
in a quirk).

@@ -492,7 +492,7 @@ being able to route MSI between busses. In this case, MSI have to be
disabled on all devices behind this bridge. It is achieves by setting
the PCI_BUS_FLAGS_NO_MSI flag in the pci_bus->bus_flags of the bridge
subordinate bus. There is no need to set the same flag on bridges that
are below the broken brigde. When pci_enable_msi() is called to enable
are below the broken bridge. When pci_enable_msi() is called to enable
MSI on a device, pci_msi_supported() takes care of checking the NO_MSI
flag in all parent busses of the device.

+4 −4
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@ Intro
-----

With the introduction of cfq v3 (aka cfq-ts or time sliced cfq), basic io
priorities is supported for reads on files. This enables users to io nice
processes or process groups, similar to what has been possible to cpu
scheduling for ages. This document mainly details the current possibilites
with cfq, other io schedulers do not support io priorities so far.
priorities are supported for reads on files.  This enables users to io nice
processes or process groups, similar to what has been possible with cpu
scheduling for ages.  This document mainly details the current possibilities
with cfq; other io schedulers do not support io priorities thus far.

Scheduling classes
------------------
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Contents

1. Introduction

cpufreq-stats is a driver that provices CPU frequency statistics for each CPU.
cpufreq-stats is a driver that provides CPU frequency statistics for each CPU.
These statistics are provided in /sysfs as a bunch of read_only interfaces. This
interface (when configured) will appear in a separate directory under cpufreq
in /sysfs (<sysfs root>/devices/system/cpu/cpuX/cpufreq/stats/) for each CPU.
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ host bridges to peripheral buses, and most controllers integrated
into system-on-chip platforms.  What they usually have in common
is direct addressing from a CPU bus.  Rarely, a platform_device will
be connected through a segment of some other kind of bus; but its
registers will still be directly addressible.
registers will still be directly addressable.

Platform devices are given a name, used in driver binding, and a
list of resources such as addresses and IRQs.
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ How to use it?
==============

Imacfb does not have any kind of autodetection of your machine.
You have to add the fillowing kernel parameters in your elilo.conf:
You have to add the following kernel parameters in your elilo.conf:
	Macbook :
		video=imacfb:macbook
	MacMini :
Loading