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

Fix typos in Documentation/: 'H'-'M'



This patch fixes typos in various Documentation txts. The patch addresses
some words starting with the letters 'H'-'M'.

Signed-off-by: default avatarMatt LaPlante <kernel1@cyberdogtech.com>
Acked-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent a2ffd275
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ RTC
Watchdog
--------

  The watchdog harware is the same as the S3C2410, and is supported by
  The watchdog hardware is the same as the S3C2410, and is supported by
  the s3c2410_wdt driver.


+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ The goal of the deadline io scheduler is to attempt to guarantee a start
service time for a request. As we focus mainly on read latencies, this is
tunable. When a read request first enters the io scheduler, it is assigned
a deadline that is the current time + the read_expire value in units of
miliseconds.
milliseconds.


write_expire	(in ms)
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ selected for each specific use.

Basically, it's the following flow graph:

CPU can be set to switch independetly	 |	   CPU can only be set
CPU can be set to switch independently	 |	   CPU can only be set
      within specific "limits"		 |       to specific frequencies

                                 "CPUfreq policy"
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ OpenManage and Dell Update packages (DUP).
Libsmbios can also be used to update BIOS on Dell systems go to
http://linux.dell.com/libsmbios/ for details.

Dell_RBU driver supports BIOS update using the monilothic image and packetized
image methods. In case of moniolithic the driver allocates a contiguous chunk
Dell_RBU driver supports BIOS update using the monolithic image and packetized
image methods. In case of monolithic the driver allocates a contiguous chunk
of physical pages having the BIOS image. In case of packetized the app
using the driver breaks the image in to packets of fixed sizes and the driver
would place each packet in contiguous physical memory. The driver also
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ device. The following device classes have been identified:

Each device class defines a set of semantics and a programming interface
that devices of that class adhere to. Device drivers are the
implemention of that programming interface for a particular device on
implementation of that programming interface for a particular device on
a particular bus. 

Device classes are agnostic with respect to what bus a device resides
Loading