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

Documentation: Fix typo in multiple files in Documentation

Correct multiple spelling typo in Documentation.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Rob Landley <rob@landley.net>
Reported-by: Anders Larsen <al@alarsen.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Masanari Iida and committed by
Jiri Kosina
c94bed8e 3b729f76

+31 -31
+1 -1
Documentation/ABI/testing/sysfs-bus-usb
··· 189 189 Description: 190 190 Some information about whether a given USB device is 191 191 physically fixed to the platform can be inferred from a 192 - combination of hub decriptor bits and platform-specific data 192 + combination of hub descriptor bits and platform-specific data 193 193 such as ACPI. This file will read either "removable" or 194 194 "fixed" if the information is available, and "unknown" 195 195 otherwise.
+1 -1
Documentation/DocBook/kernel-hacking.tmpl
··· 1289 1289 * Sparc assembly will do this to ya. 1290 1290 */ 1291 1291 C_LABEL(cputypvar): 1292 - .asciz "compatability" 1292 + .asciz "compatibility" 1293 1293 1294 1294 /* Tested on SS-5, SS-10. Probably someone at Sun applied a spell-checker. */ 1295 1295 .align 4
+1 -1
Documentation/DocBook/libata.tmpl
··· 918 918 <title>HSM violation</title> 919 919 <para> 920 920 This error is indicated when STATUS value doesn't match HSM 921 - requirement during issuing or excution any ATA/ATAPI command. 921 + requirement during issuing or execution any ATA/ATAPI command. 922 922 </para> 923 923 924 924 <itemizedlist>
+3 -3
Documentation/DocBook/media/v4l/controls.xml
··· 2023 2023 <entry>integer</entry> 2024 2024 </row> 2025 2025 <row><entry spanname="descr">Cyclic intra macroblock refresh. This is the number of continuous macroblocks 2026 - refreshed every frame. Each frame a succesive set of macroblocks is refreshed until the cycle completes and starts from the 2026 + refreshed every frame. Each frame a successive set of macroblocks is refreshed until the cycle completes and starts from the 2027 2027 top of the frame. Applicable to H264, H263 and MPEG4 encoder.</entry> 2028 2028 </row> 2029 2029 ··· 2183 2183 <entry>integer</entry> 2184 2184 </row> 2185 2185 <row><entry spanname="descr">The Video Buffer Verifier size in kilobytes, it is used as a limitation of frame skip. 2186 - The VBV is defined in the standard as a mean to verify that the produced stream will be succesfully decoded. 2186 + The VBV is defined in the standard as a mean to verify that the produced stream will be successfully decoded. 2187 2187 The standard describes it as "Part of a hypothetical decoder that is conceptually connected to the 2188 2188 output of the encoder. Its purpose is to provide a constraint on the variability of the data rate that an 2189 2189 encoder or editing process may produce.". ··· 2196 2196 <entry>integer</entry> 2197 2197 </row> 2198 2198 <row><entry spanname="descr">The Coded Picture Buffer size in kilobytes, it is used as a limitation of frame skip. 2199 - The CPB is defined in the H264 standard as a mean to verify that the produced stream will be succesfully decoded. 2199 + The CPB is defined in the H264 standard as a mean to verify that the produced stream will be successfully decoded. 2200 2200 Applicable to the H264 encoder.</entry> 2201 2201 </row> 2202 2202
+1 -1
Documentation/blackfin/bfin-gpio-notes.txt
··· 53 53 54 54 3. But there are some exceptions 55 55 - Kernel permit the identical GPIO be requested both as GPIO and GPIO 56 - interrut. 56 + interrupt. 57 57 Some drivers, like gpio-keys, need this behavior. Kernel only print out 58 58 warning messages like, 59 59 bfin-gpio: GPIO 24 is already reserved by gpio-keys: BTN0, and you are
+1 -1
Documentation/devicetree/bindings/net/can/fsl-flexcan.txt
··· 1 - Flexcan CAN contoller on Freescale's ARM and PowerPC system-on-a-chip (SOC). 1 + Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC). 2 2 3 3 Required properties: 4 4
+1 -1
Documentation/dvb/opera-firmware.txt
··· 8 8 9 9 Then run 10 10 11 - ./get_dvb_firware opera1 11 + ./get_dvb_firmware opera1 12 12 13 13 and after that you have 2 files: 14 14
+1 -1
Documentation/edac.txt
··· 734 734 associated with a physical CPU socket. 735 735 736 736 Each MC have 3 physical read channels, 3 physical write channels and 737 - 3 logic channels. The driver currenty sees it as just 3 channels. 737 + 3 logic channels. The driver currently sees it as just 3 channels. 738 738 Each channel can have up to 3 DIMMs. 739 739 740 740 The minimum known unity is DIMMs. There are no information about csrows.
+1 -1
Documentation/filesystems/nfs/pnfs.txt
··· 93 93 (allways exists) 94 94 (More protocols can be defined in the future. 95 95 The client does not interpret this string it is 96 - passed unchanged as recieved from the Server) 96 + passed unchanged as received from the Server) 97 97 -o osdname of the requested target OSD 98 98 (Might be empty) 99 99 (A string which denotes the OSD name, there is a
+14 -14
Documentation/filesystems/qnx6.txt
··· 17 17 On QNX it is possible to create little endian and big endian qnx6 filesystems. 18 18 This feature makes it possible to create and use a different endianness fs 19 19 for the target (QNX is used on quite a range of embedded systems) plattform 20 - running on a different endianess. 20 + running on a different endianness. 21 21 The Linux driver handles endianness transparently. (LE and BE) 22 22 23 23 Blocks ··· 26 26 The space in the device or file is split up into blocks. These are a fixed 27 27 size of 512, 1024, 2048 or 4096, which is decided when the filesystem is 28 28 created. 29 - Blockpointers are 32bit, so the maximum space that can be adressed is 29 + Blockpointers are 32bit, so the maximum space that can be addressed is 30 30 2^32 * 4096 bytes or 16TB 31 31 32 32 The superblocks ··· 47 47 Each superblock holds a set of root inodes for the different filesystem 48 48 parts. (Inode, Bitmap and Longfilenames) 49 49 Each of these root nodes holds information like total size of the stored 50 - data and the adressing levels in that specific tree. 51 - If the level value is 0, up to 16 direct blocks can be adressed by each 50 + data and the addressing levels in that specific tree. 51 + If the level value is 0, up to 16 direct blocks can be addressed by each 52 52 node. 53 - Level 1 adds an additional indirect adressing level where each indirect 54 - adressing block holds up to blocksize / 4 bytes pointers to data blocks. 55 - Level 2 adds an additional indirect adressig block level (so, already up 56 - to 16 * 256 * 256 = 1048576 blocks that can be adressed by such a tree)a 53 + Level 1 adds an additional indirect addressing level where each indirect 54 + addressing block holds up to blocksize / 4 bytes pointers to data blocks. 55 + Level 2 adds an additional indirect addressing block level (so, already up 56 + to 16 * 256 * 256 = 1048576 blocks that can be addressed by such a tree). 57 57 58 58 Unused block pointers are always set to ~0 - regardless of root node, 59 - indirect adressing blocks or inodes. 59 + indirect addressing blocks or inodes. 60 60 Data leaves are always on the lowest level. So no data is stored on upper 61 61 tree levels. 62 62 ··· 64 64 The Audi MMI 3G first superblock directly starts at byte 0. 65 65 Second superblock position can either be calculated from the superblock 66 66 information (total number of filesystem blocks) or by taking the highest 67 - device address, zeroing the last 3 bytes and then substracting 0x1000 from 67 + device address, zeroing the last 3 bytes and then subtracting 0x1000 from 68 68 that address. 69 69 70 70 0x1000 is the size reserved for each superblock - regardless of the ··· 83 83 Object mode field is POSIX format. (which makes things easier) 84 84 85 85 There are also pointers to the first 16 blocks, if the object data can be 86 - adressed with 16 direct blocks. 87 - For more than 16 blocks an indirect adressing in form of another tree is 86 + addressed with 16 direct blocks. 87 + For more than 16 blocks an indirect addressing in form of another tree is 88 88 used. (scheme is the same as the one used for the superblock root nodes) 89 89 90 90 The filesize is stored 64bit. Inode counting starts with 1. (whilst long ··· 118 118 inode. 119 119 120 120 Character and block special devices do not exist in QNX as those files 121 - are handled by the QNX kernel/drivers and created in /dev independant of the 121 + are handled by the QNX kernel/drivers and created in /dev independent of the 122 122 underlaying filesystem. 123 123 124 124 Long filenames 125 125 -------------- 126 126 127 - Long filenames are stored in a seperate adressing tree. The staring point 127 + Long filenames are stored in a separate addressing tree. The staring point 128 128 is the longfilename root node in the active superblock. 129 129 Each data block (tree leaves) holds one long filename. That filename is 130 130 limited to 510 bytes. The first two starting bytes are used as length field
+1 -1
Documentation/hwmon/it87
··· 63 63 Hardware Interfaces 64 64 ------------------- 65 65 66 - All the chips suported by this driver are LPC Super-I/O chips, accessed 66 + All the chips supported by this driver are LPC Super-I/O chips, accessed 67 67 through the LPC bus (ISA-like I/O ports). The IT8712F additionally has an 68 68 SMBus interface to the hardware monitoring functions. This driver no 69 69 longer supports this interface though, as it is slower and less reliable
+1 -1
Documentation/memory-hotplug.txt
··· 341 341 -------------------------------- 342 342 8. Memory hotplug event notifier 343 343 -------------------------------- 344 - Memory hotplug has event notifer. There are 6 types of notification. 344 + Memory hotplug has event notifier. There are 6 types of notification. 345 345 346 346 MEMORY_GOING_ONLINE 347 347 Generated before new memory becomes available in order to be able to
+1 -1
Documentation/networking/can.txt
··· 649 649 The CAN device must be configured via netlink interface. The supported 650 650 netlink message types are defined and briefly described in 651 651 "include/linux/can/netlink.h". CAN link support for the program "ip" 652 - of the IPROUTE2 utility suite is avaiable and it can be used as shown 652 + of the IPROUTE2 utility suite is available and it can be used as shown 653 653 below: 654 654 655 655 - Setting CAN device properties:
+1 -1
Documentation/parisc/debugging
··· 34 34 was interrupted - so if you get an interruption between the instruction 35 35 that clears the Q bit and the RFI that sets it again you don't know 36 36 where exactly it happened. If you're lucky the IAOQ will point to the 37 - instrucion that cleared the Q bit, if you're not it points anywhere 37 + instruction that cleared the Q bit, if you're not it points anywhere 38 38 at all. Usually Q bit problems will show themselves in unexplainable 39 39 system hangs or running off the end of physical memory.
+1 -1
Documentation/sound/alsa/compress_offload.txt
··· 18 18 mostly because of a lack of a generic API available in the mainline 19 19 kernel. 20 20 21 - Rather than requiring a compability break with an API change of the 21 + Rather than requiring a compatibility break with an API change of the 22 22 ALSA PCM interface, a new 'Compressed Data' API is introduced to 23 23 provide a control and data-streaming interface for audio DSPs. 24 24
+1 -1
Documentation/static-keys.txt
··· 235 235 6 (mov) + 2 (test) + 2 (jne) = 10 - 5 (5 byte jump 0) = 5 addition bytes. 236 236 237 237 If we then include the padding bytes, the jump label code saves, 16 total bytes 238 - of instruction memory for this small fucntion. In this case the non-jump label 238 + of instruction memory for this small function. In this case the non-jump label 239 239 function is 80 bytes long. Thus, we have have saved 20% of the instruction 240 240 footprint. We can in fact improve this even further, since the 5-byte no-op 241 241 really can be a 2-byte no-op since we can reach the branch with a 2-byte jmp.