Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masanari Iida and committed by
Jonathan Corbet
dc12f20b 9ba6e988

+5 -5
+1 -1
Documentation/powerpc/cxl.txt
··· 133 133 The following file operations are supported on both slave and 134 134 master devices. 135 135 136 - A userspace library libcxl is avaliable here: 136 + A userspace library libcxl is available here: 137 137 https://github.com/ibm-capi/libcxl 138 138 This provides a C interface to this kernel API. 139 139
+3 -3
Documentation/powerpc/dscr.txt
··· 4 4 DSCR register in powerpc allows user to have some control of prefetch of data 5 5 stream in the processor. Please refer to the ISA documents or related manual 6 6 for more detailed information regarding how to use this DSCR to attain this 7 - control of the pefetches . This document here provides an overview of kernel 7 + control of the prefetches . This document here provides an overview of kernel 8 8 support for DSCR, related kernel objects, it's functionalities and exported 9 9 user interface. 10 10 ··· 44 44 value into every CPU's DSCR register right away and updates the current 45 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 48 the same thing as above but unlike the global one above, it just changes 49 49 stuff for that particular CPU instead for all the CPUs on the system. 50 50 ··· 62 62 63 63 Accessing DSCR through user level SPR (0x03) from user space will first 64 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 66 where as the first mtspr instruction based write attempts will enable 67 67 the DSCR facility for the next time around (both for read and write) by 68 68 setting DSCR facility in the FSCR register.
+1 -1
Documentation/powerpc/qe_firmware.txt
··· 117 117 Extended Modes 118 118 119 119 This is a double word bit array (64 bits) that defines special functionality 120 - which has an impact on the softwarew drivers. Each bit has its own impact 120 + which has an impact on the software drivers. Each bit has its own impact 121 121 and has special instructions for the s/w associated with it. This structure is 122 122 described in this table: 123 123