aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-07-06 10:41:57 -0400
committerJonathan Corbet <corbet@lwn.net>2015-07-10 16:00:51 -0400
commitdc12f20ba06f89bc60d4dfadaf2b03404858e205 (patch)
tree41186aaff0d6ff8ef5c761f81df69e4aea5597d0
parent9ba6e988c7208e3cb1f71862cc578397ae938159 (diff)
Doc: powerpc: Fix typos in Documentation/powerpc
This patch fix some spelling typo found in Documentation/powerpc. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/powerpc/cxl.txt2
-rw-r--r--Documentation/powerpc/dscr.txt6
-rw-r--r--Documentation/powerpc/qe_firmware.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/powerpc/cxl.txt b/Documentation/powerpc/cxl.txt
index 2a230d01cd8c..205c1b81625c 100644
--- a/Documentation/powerpc/cxl.txt
+++ b/Documentation/powerpc/cxl.txt
@@ -133,7 +133,7 @@ User API
133 The following file operations are supported on both slave and 133 The following file operations are supported on both slave and
134 master devices. 134 master devices.
135 135
136 A userspace library libcxl is avaliable here: 136 A userspace library libcxl is available here:
137 https://github.com/ibm-capi/libcxl 137 https://github.com/ibm-capi/libcxl
138 This provides a C interface to this kernel API. 138 This provides a C interface to this kernel API.
139 139
diff --git a/Documentation/powerpc/dscr.txt b/Documentation/powerpc/dscr.txt
index 1ff4400c57b3..ece300c64f76 100644
--- a/Documentation/powerpc/dscr.txt
+++ b/Documentation/powerpc/dscr.txt
@@ -4,7 +4,7 @@
4DSCR register in powerpc allows user to have some control of prefetch of data 4DSCR register in powerpc allows user to have some control of prefetch of data
5stream in the processor. Please refer to the ISA documents or related manual 5stream in the processor. Please refer to the ISA documents or related manual
6for more detailed information regarding how to use this DSCR to attain this 6for more detailed information regarding how to use this DSCR to attain this
7control of the pefetches . This document here provides an overview of kernel 7control of the prefetches . This document here provides an overview of kernel
8support for DSCR, related kernel objects, it's functionalities and exported 8support for DSCR, related kernel objects, it's functionalities and exported
9user interface. 9user interface.
10 10
@@ -44,7 +44,7 @@ user interface.
44 value into every CPU's DSCR register right away and updates the current 44 value into every CPU's DSCR register right away and updates the current
45 thread's DSCR value as well. 45 thread's DSCR value as well.
46 46
47 Changing the CPU specif DSCR default value in the sysfs does exactly 47 Changing the CPU specific DSCR default value in the sysfs does exactly
48 the same thing as above but unlike the global one above, it just changes 48 the same thing as above but unlike the global one above, it just changes
49 stuff for that particular CPU instead for all the CPUs on the system. 49 stuff for that particular CPU instead for all the CPUs on the system.
50 50
@@ -62,7 +62,7 @@ user interface.
62 62
63 Accessing DSCR through user level SPR (0x03) from user space will first 63 Accessing DSCR through user level SPR (0x03) from user space will first
64 create a facility unavailable exception. Inside this exception handler 64 create a facility unavailable exception. Inside this exception handler
65 all mfspr isntruction based read attempts will get emulated and returned 65 all mfspr instruction based read attempts will get emulated and returned
66 where as the first mtspr instruction based write attempts will enable 66 where as the first mtspr instruction based write attempts will enable
67 the DSCR facility for the next time around (both for read and write) by 67 the DSCR facility for the next time around (both for read and write) by
68 setting DSCR facility in the FSCR register. 68 setting DSCR facility in the FSCR register.
diff --git a/Documentation/powerpc/qe_firmware.txt b/Documentation/powerpc/qe_firmware.txt
index 2031ddb33d09..e7ac24aec4ff 100644
--- a/Documentation/powerpc/qe_firmware.txt
+++ b/Documentation/powerpc/qe_firmware.txt
@@ -117,7 +117,7 @@ specific been defined. This table describes the structure.
117Extended Modes 117Extended Modes
118 118
119This is a double word bit array (64 bits) that defines special functionality 119This is a double word bit array (64 bits) that defines special functionality
120which has an impact on the softwarew drivers. Each bit has its own impact 120which has an impact on the software drivers. Each bit has its own impact
121and has special instructions for the s/w associated with it. This structure is 121and has special instructions for the s/w associated with it. This structure is
122described in this table: 122described in this table:
123 123