Commit d56b699d authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Jonathan Corbet
Browse files

Documentation: Fix typos

parent ebab9426
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2624,7 +2624,7 @@

	kvm-intel.flexpriority=
			[KVM,Intel] Control KVM's use of FlexPriority feature
			(TPR shadow). Default is 1 (enabled). Disalbe by KVM if
			(TPR shadow). Default is 1 (enabled). Disable by KVM if
			hardware lacks support for it.

	kvm-intel.nested=
+2 −2
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ Root

The root of the DAMON sysfs interface is ``<sysfs>/kernel/mm/damon/``, and it
has one directory named ``admin``.  The directory contains the files for
privileged user space programs' control of DAMON.  User space tools or deamons
privileged user space programs' control of DAMON.  User space tools or daemons
having the root permission could use this directory.

kdamonds/
@@ -397,7 +397,7 @@ be used for online analysis or tuning of the schemes.
The statistics can be retrieved by reading the files under ``stats`` directory
(``nr_tried``, ``sz_tried``, ``nr_applied``, ``sz_applied``, and
``qt_exceeds``), respectively.  The files are not updated in real time, so you
should ask DAMON sysfs interface to updte the content of the files for the
should ask DAMON sysfs interface to update the content of the files for the
stats by writing a special keyword, ``update_schemes_stats`` to the relevant
``kdamonds/<N>/state`` file.

+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ for which it has a public key. Otherwise, it will also load modules that are
unsigned.   Any module for which the kernel has a key, but which proves to have
a signature mismatch will not be permitted to load.

Any module that has an unparseable signature will be rejected.
Any module that has an unparsable signature will be rejected.


=========================================
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ ST506 hard drives
  `*configure` harddrive set to 2). I've got an internal 20MB and a great
  big external 5.25" FH 64MB drive (who could ever want more :-) ).

  I've just got 240K/s off it (a dd with bs=128k); thats about half of what
  I've just got 240K/s off it (a dd with bs=128k); that's about half of what
  RiscOS gets; but it's a heck of a lot better than the 50K/s I was getting
  last week :-)

+2 −2
Original line number Diff line number Diff line
@@ -78,9 +78,9 @@ IXP4xx provides two methods of accessing PCI memory space:
1) A direct mapped window from 0x48000000 to 0x4bffffff (64MB).
   To access PCI via this space, we simply ioremap() the BAR
   into the kernel and we can use the standard read[bwl]/write[bwl]
   macros. This is the preffered method due to speed but it
   macros. This is the preferred method due to speed but it
   limits the system to just 64MB of PCI memory. This can be
   problamatic if using video cards and other memory-heavy devices.
   problematic if using video cards and other memory-heavy devices.

2) If > 64MB of memory space is required, the IXP4xx can be
   configured to use indirect registers to access PCI This allows
Loading