summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStan Drozd <drozdziak1@gmail.com>2017-04-21 07:16:03 -0400
committerJonathan Corbet <corbet@lwn.net>2017-04-27 17:54:39 -0400
commit9bb0e9cb04c82d6bf0e72f3207307d621083b801 (patch)
treeaf50f8b8cefc0b0b58acf6438c11a1d2f2e66dc4
parent1c4f128ed1cbadcfcb3c2d654b39268d592f716f (diff)
docs: Fix a couple typos
This commit gets rid of some minor errors in Documentation/: * cputopology.txt: drawes -> drawers * debugging-via-ohci1394.txt: remove an unnecessary line break * static-keys: statemnts -> statements * zorro.txt: busses -> buses Signed-off-by: Stan Drozd <drozdziak1@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/cputopology.txt2
-rw-r--r--Documentation/debugging-via-ohci1394.txt4
-rw-r--r--Documentation/static-keys.txt2
-rw-r--r--Documentation/zorro.txt2
4 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/cputopology.txt b/Documentation/cputopology.txt
index f722f227a73b..127c9d8c2174 100644
--- a/Documentation/cputopology.txt
+++ b/Documentation/cputopology.txt
@@ -100,7 +100,7 @@ not defined by include/asm-XXX/topology.h:
100 100
101For architectures that don't support books (CONFIG_SCHED_BOOK) there are no 101For architectures that don't support books (CONFIG_SCHED_BOOK) there are no
102default definitions for topology_book_id() and topology_book_cpumask(). 102default definitions for topology_book_id() and topology_book_cpumask().
103For architectures that don't support drawes (CONFIG_SCHED_DRAWER) there are 103For architectures that don't support drawers (CONFIG_SCHED_DRAWER) there are
104no default definitions for topology_drawer_id() and topology_drawer_cpumask(). 104no default definitions for topology_drawer_id() and topology_drawer_cpumask().
105 105
106Additionally, CPU topology information is provided under 106Additionally, CPU topology information is provided under
diff --git a/Documentation/debugging-via-ohci1394.txt b/Documentation/debugging-via-ohci1394.txt
index 03703afc4d30..9ff026d22b75 100644
--- a/Documentation/debugging-via-ohci1394.txt
+++ b/Documentation/debugging-via-ohci1394.txt
@@ -100,8 +100,8 @@ Step-by-step instructions for using firescope with early OHCI initialization:
100 CardBus and even some Express cards which are fully compliant to OHCI-1394 100 CardBus and even some Express cards which are fully compliant to OHCI-1394
101 specification are available. If it requires no driver for Windows operating 101 specification are available. If it requires no driver for Windows operating
102 systems, it most likely is. Only specialized shops have cards which are not 102 systems, it most likely is. Only specialized shops have cards which are not
103 compliant, they are based on TI PCILynx chips and require drivers for Win- 103 compliant, they are based on TI PCILynx chips and require drivers for Windows
104 dows operating systems. 104 operating systems.
105 105
106 The mentioned kernel log message contains the string "physUB" if the 106 The mentioned kernel log message contains the string "physUB" if the
107 controller implements a writable Physical Upper Bound register. This is 107 controller implements a writable Physical Upper Bound register. This is
diff --git a/Documentation/static-keys.txt b/Documentation/static-keys.txt
index 32a25fad0c1b..ef419fd0897f 100644
--- a/Documentation/static-keys.txt
+++ b/Documentation/static-keys.txt
@@ -118,7 +118,7 @@ Or:
118 118
119Keys defined via DEFINE_STATIC_KEY_TRUE(), or DEFINE_STATIC_KEY_FALSE, may 119Keys defined via DEFINE_STATIC_KEY_TRUE(), or DEFINE_STATIC_KEY_FALSE, may
120be used in either static_branch_likely() or static_branch_unlikely() 120be used in either static_branch_likely() or static_branch_unlikely()
121statemnts. 121statements.
122 122
123Branch(es) can be set true via: 123Branch(es) can be set true via:
124 124
diff --git a/Documentation/zorro.txt b/Documentation/zorro.txt
index 90a64d52bea2..d530971beb00 100644
--- a/Documentation/zorro.txt
+++ b/Documentation/zorro.txt
@@ -11,7 +11,7 @@ Last revised: September 5, 2003
11The Zorro bus is the bus used in the Amiga family of computers. Thanks to 11The Zorro bus is the bus used in the Amiga family of computers. Thanks to
12AutoConfig(tm), it's 100% Plug-and-Play. 12AutoConfig(tm), it's 100% Plug-and-Play.
13 13
14There are two types of Zorro busses, Zorro II and Zorro III: 14There are two types of Zorro buses, Zorro II and Zorro III:
15 15
16 - The Zorro II address space is 24-bit and lies within the first 16 MB of the 16 - The Zorro II address space is 24-bit and lies within the first 16 MB of the
17 Amiga's address map. 17 Amiga's address map.