Commit 40e47125e6c5110383b0176d7b9d530f2936b1ae

Authored by Masanari Iida
Committed by Jiri Kosina
1 parent 4e70daaf05

Documentation: Fix multiple typo in Documentation

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 42 changed files with 77 additions and 77 deletions Side-by-side Diff

Documentation/ABI/obsolete/sysfs-class-rfkill
... ... @@ -7,7 +7,7 @@
7 7 KernelVersion v2.6.22
8 8 Contact: linux-wireless@vger.kernel.org
9 9 Description: Current state of the transmitter.
10   - This file is deprecated and sheduled to be removed in 2014,
  10 + This file is deprecated and scheduled to be removed in 2014,
11 11 because its not possible to express the 'soft and hard block'
12 12 state of the rfkill driver.
13 13 Values: A numeric value.
Documentation/ABI/stable/sysfs-module
... ... @@ -6,7 +6,7 @@
6 6 The name of the module that is in the kernel. This
7 7 module name will show up either if the module is built
8 8 directly into the kernel, or if it is loaded as a
9   - dyanmic module.
  9 + dynamic module.
10 10  
11 11 /sys/module/MODULENAME/parameters
12 12 This directory contains individual files that are each
Documentation/DocBook/libata.tmpl
... ... @@ -945,7 +945,7 @@
945 945  
946 946 <listitem>
947 947 <para>
948   - !BSY &amp;&amp; ERR after CDB tranfer starts but before the
  948 + !BSY &amp;&amp; ERR after CDB transfer starts but before the
949 949 last byte of CDB is transferred. ATA/ATAPI standard states
950 950 that &quot;The device shall not terminate the PACKET command
951 951 with an error before the last byte of the command packet has
... ... @@ -1050,7 +1050,7 @@
1050 1050 to complete a command. Combined with the fact that MWDMA
1051 1051 and PIO transfer errors aren't allowed to use ICRC bit up to
1052 1052 ATA/ATAPI-7, it seems to imply that ABRT bit alone could
1053   - indicate tranfer errors.
  1053 + indicate transfer errors.
1054 1054 </para>
1055 1055 <para>
1056 1056 However, ATA/ATAPI-8 draft revision 1f removes the part
Documentation/DocBook/media/v4l/compat.xml
... ... @@ -444,7 +444,7 @@
444 444 <entry><para><link
445 445 linkend="pixfmt-rgb"><constant>V4L2_PIX_FMT_BGR32</constant></link><footnote>
446 446 <para>Presumably all V4L RGB formats are
447   -little-endian, although some drivers might interpret them according to machine endianess. V4L2 defines little-endian, big-endian and red/blue
  447 +little-endian, although some drivers might interpret them according to machine endianness. V4L2 defines little-endian, big-endian and red/blue
448 448 swapped variants. For details see <xref linkend="pixfmt-rgb" />.</para>
449 449 </footnote></para></entry>
450 450 </row>
... ... @@ -823,7 +823,7 @@
823 823 <row>
824 824 <entry>sample_format</entry>
825 825 <entry>V4L2_PIX_FMT_GREY. The last four bytes (a
826   -machine endianess integer) contain a frame counter.</entry>
  826 +machine endianness integer) contain a frame counter.</entry>
827 827 </row>
828 828 <row>
829 829 <entry>start[]</entry>
Documentation/arm/kernel_user_helpers.txt
... ... @@ -25,7 +25,7 @@
25 25 the implementation of a library call) when optimizing for a recent enough
26 26 processor that has the necessary native support, but only if resulting
27 27 binaries are already to be incompatible with earlier ARM processors due to
28   -useage of similar native instructions for other things. In other words
  28 +usage of similar native instructions for other things. In other words
29 29 don't make binaries unable to run on earlier processors just for the sake
30 30 of not using these kernel helpers if your compiled code is not going to
31 31 use new instructions for other purpose.
Documentation/cgroups/blkio-controller.txt
... ... @@ -94,11 +94,11 @@
94 94  
95 95 Hierarchical Cgroups
96 96 ====================
97   -- Currently none of the IO control policy supports hierarhical groups. But
98   - cgroup interface does allow creation of hierarhical cgroups and internally
  97 +- Currently none of the IO control policy supports hierarchical groups. But
  98 + cgroup interface does allow creation of hierarchical cgroups and internally
99 99 IO policies treat them as flat hierarchy.
100 100  
101   - So this patch will allow creation of cgroup hierarhcy but at the backend
  101 + So this patch will allow creation of cgroup hierarchcy but at the backend
102 102 everything will be treated as flat. So if somebody created a hierarchy like
103 103 as follows.
104 104  
... ... @@ -266,7 +266,7 @@
266 266 - blkio.idle_time
267 267 - Debugging aid only enabled if CONFIG_DEBUG_BLK_CGROUP=y.
268 268 This is the amount of time spent by the IO scheduler idling for a
269   - given cgroup in anticipation of a better request than the exising ones
  269 + given cgroup in anticipation of a better request than the existing ones
270 270 from other queues/cgroups. This is in nanoseconds. If this is read
271 271 when the cgroup is in an idling state, the stat will only report the
272 272 idle_time accumulated till the last idle period and will not include
273 273  
274 274  
275 275  
276 276  
... ... @@ -283,34 +283,34 @@
283 283 -----------------------------------
284 284 - blkio.throttle.read_bps_device
285 285 - Specifies upper limit on READ rate from the device. IO rate is
286   - specified in bytes per second. Rules are per deivce. Following is
  286 + specified in bytes per second. Rules are per device. Following is
287 287 the format.
288 288  
289 289 echo "<major>:<minor> <rate_bytes_per_second>" > /cgrp/blkio.throttle.read_bps_device
290 290  
291 291 - blkio.throttle.write_bps_device
292 292 - Specifies upper limit on WRITE rate to the device. IO rate is
293   - specified in bytes per second. Rules are per deivce. Following is
  293 + specified in bytes per second. Rules are per device. Following is
294 294 the format.
295 295  
296 296 echo "<major>:<minor> <rate_bytes_per_second>" > /cgrp/blkio.throttle.write_bps_device
297 297  
298 298 - blkio.throttle.read_iops_device
299 299 - Specifies upper limit on READ rate from the device. IO rate is
300   - specified in IO per second. Rules are per deivce. Following is
  300 + specified in IO per second. Rules are per device. Following is
301 301 the format.
302 302  
303 303 echo "<major>:<minor> <rate_io_per_second>" > /cgrp/blkio.throttle.read_iops_device
304 304  
305 305 - blkio.throttle.write_iops_device
306 306 - Specifies upper limit on WRITE rate to the device. IO rate is
307   - specified in io per second. Rules are per deivce. Following is
  307 + specified in io per second. Rules are per device. Following is
308 308 the format.
309 309  
310 310 echo "<major>:<minor> <rate_io_per_second>" > /cgrp/blkio.throttle.write_iops_device
311 311  
312 312 Note: If both BW and IOPS rules are specified for a device, then IO is
313   - subjectd to both the constraints.
  313 + subjected to both the constraints.
314 314  
315 315 - blkio.throttle.io_serviced
316 316 - Number of IOs (bio) completed to/from the disk by the group (as
Documentation/device-mapper/dm-raid.txt
... ... @@ -28,7 +28,7 @@
28 28 raid6_nc RAID6 N continue
29 29 - rotating parity N (right-to-left) with data continuation
30 30  
31   - Refererence: Chapter 4 of
  31 + Reference: Chapter 4 of
32 32 http://www.snia.org/sites/default/files/SNIA_DDF_Technical_Position_v2.0.pdf
33 33  
34 34 <#raid_params>: The number of parameters that follow.
Documentation/device-mapper/persistent-data.txt
... ... @@ -3,7 +3,7 @@
3 3  
4 4 The more-sophisticated device-mapper targets require complex metadata
5 5 that is managed in kernel. In late 2010 we were seeing that various
6   -different targets were rolling their own data strutures, for example:
  6 +different targets were rolling their own data structures, for example:
7 7  
8 8 - Mikulas Patocka's multisnap implementation
9 9 - Heinz Mauelshagen's thin provisioning target
Documentation/devicetree/bindings/arm/omap/omap.txt
... ... @@ -5,7 +5,7 @@
5 5 On top of that an omap_device is created to extend the platform_device
6 6 capabilities and to allow binding with one or several hwmods.
7 7 The hwmods will contain all the information to build the device:
8   -adresse range, irq lines, dma lines, interconnect, PRCM register,
  8 +address range, irq lines, dma lines, interconnect, PRCM register,
9 9 clock domain, input clocks.
10 10 For the moment just point to the existing hwmod, the next step will be
11 11 to move data from hwmod to device-tree representation.
Documentation/devicetree/bindings/arm/sirf.txt
1   -prima2 "cb" evalutation board
  1 +prima2 "cb" evaluation board
2 2 Required root node properties:
3 3 - compatible = "sirf,prima2-cb", "sirf,prima2";
Documentation/devicetree/booting-without-of.txt
... ... @@ -169,7 +169,7 @@
169 169  
170 170 b) Entry with a flattened device-tree block. Firmware loads the
171 171 physical address of the flattened device tree block (dtb) into r2,
172   - r1 is not used, but it is considered good practise to use a valid
  172 + r1 is not used, but it is considered good practice to use a valid
173 173 machine number as described in Documentation/arm/Booting.
174 174  
175 175 r0 : 0
Documentation/dmaengine.txt
... ... @@ -63,7 +63,7 @@
63 63 struct dma_slave_config *config)
64 64  
65 65 Please see the dma_slave_config structure definition in dmaengine.h
66   - for a detailed explaination of the struct members. Please note
  66 + for a detailed explanation of the struct members. Please note
67 67 that the 'direction' member will be going away as it duplicates the
68 68 direction given in the prepare call.
69 69  
Documentation/fb/matroxfb.txt
... ... @@ -177,8 +177,8 @@
177 177 effect without `init'.
178 178 sdram - tells to driver that you have Gxx0 with SDRAM memory.
179 179 It is a default.
180   -inv24 - change timings parameters for 24bpp modes on Millenium and
181   - Millenium II. Specify this if you see strange color shadows around
  180 +inv24 - change timings parameters for 24bpp modes on Millennium and
  181 + Millennium II. Specify this if you see strange color shadows around
182 182 characters.
183 183 noinv24 - use standard timings. It is the default.
184 184 inverse - invert colors on screen (for LCD displays)
185 185  
... ... @@ -204,9 +204,9 @@
204 204 can paint colors.
205 205 nograyscale - disable grayscale summing. It is default.
206 206 cross4MB - enables that pixel line can cross 4MB boundary. It is default for
207   - non-Millenium.
  207 + non-Millennium.
208 208 nocross4MB - pixel line must not cross 4MB boundary. It is default for
209   - Millenium I or II, because of these devices have hardware
  209 + Millennium I or II, because of these devices have hardware
210 210 limitations which do not allow this. But this option is
211 211 incompatible with some (if not all yet released) versions of
212 212 XF86_FBDev.
Documentation/filesystems/ext4.txt
... ... @@ -308,7 +308,7 @@
308 308 fast disks, at the cost of increasing latency.
309 309  
310 310 journal_ioprio=prio The I/O priority (from 0 to 7, where 0 is the
311   - highest priorty) which should be used for I/O
  311 + highest priority) which should be used for I/O
312 312 operations submitted by kjournald2 during a
313 313 commit operation. This defaults to 3, which is
314 314 a slightly higher priority than the default I/O
... ... @@ -343,7 +343,7 @@
343 343 init_itable=n The lazy itable init code will wait n times the
344 344 number of milliseconds it took to zero out the
345 345 previous block group's inode table. This
346   - minimizes the impact on the systme performance
  346 + minimizes the impact on the system performance
347 347 while file system's inode table is being initialized.
348 348  
349 349 discard Controls whether ext4 should issue discard/TRIM
Documentation/filesystems/gfs2-uevents.txt
... ... @@ -62,7 +62,7 @@
62 62  
63 63 The REMOVE uevent is generated at the end of an unsuccessful mount
64 64 or at the end of a umount of the filesystem. All REMOVE uevents will
65   -have been preceded by at least an ADD uevent for the same fileystem,
  65 +have been preceded by at least an ADD uevent for the same filesystem,
66 66 and unlike the other uevents is generated automatically by the kernel's
67 67 kobject subsystem.
68 68  
Documentation/filesystems/pohmelfs/network_protocol.txt
... ... @@ -20,7 +20,7 @@
20 20 so one can extend protocol as needed without breaking backward compatibility as long
21 21 as old commands are supported. All string lengths include tail 0 byte.
22 22  
23   -All commands are transferred over the network in big-endian. CPU endianess is used at the end peers.
  23 +All commands are transferred over the network in big-endian. CPU endianness is used at the end peers.
24 24  
25 25 @cmd - command number, which specifies command to be processed. Following
26 26 commands are used currently:
Documentation/filesystems/vfs.txt
... ... @@ -993,7 +993,7 @@
993 993  
994 994 If the 'rcu_walk' parameter is true, then the caller is doing a
995 995 pathwalk in RCU-walk mode. Sleeping is not permitted in this mode,
996   - and the caller can be asked to leave it and call again by returing
  996 + and the caller can be asked to leave it and call again by returning
997 997 -ECHILD.
998 998  
999 999 This function is only used if DCACHE_MANAGE_TRANSIT is set on the
Documentation/hwmon/adm1275
... ... @@ -53,7 +53,7 @@
53 53 in1_label "vin1" or "vout1" depending on chip variant and
54 54 configuration.
55 55 in1_input Measured voltage.
56   -in1_min Minumum Voltage.
  56 +in1_min Minimum Voltage.
57 57 in1_max Maximum voltage.
58 58 in1_min_alarm Voltage low alarm.
59 59 in1_max_alarm Voltage high alarm.
Documentation/hwmon/max16064
... ... @@ -42,9 +42,9 @@
42 42  
43 43 in[1-4]_label "vout[1-4]"
44 44 in[1-4]_input Measured voltage. From READ_VOUT register.
45   -in[1-4]_min Minumum Voltage. From VOUT_UV_WARN_LIMIT register.
  45 +in[1-4]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
46 46 in[1-4]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
47   -in[1-4]_lcrit Critical minumum Voltage. VOUT_UV_FAULT_LIMIT register.
  47 +in[1-4]_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
48 48 in[1-4]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
49 49 in[1-4]_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
50 50 in[1-4]_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.
Documentation/hwmon/max34440
... ... @@ -48,9 +48,9 @@
48 48  
49 49 in[1-6]_label "vout[1-6]".
50 50 in[1-6]_input Measured voltage. From READ_VOUT register.
51   -in[1-6]_min Minumum Voltage. From VOUT_UV_WARN_LIMIT register.
  51 +in[1-6]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
52 52 in[1-6]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
53   -in[1-6]_lcrit Critical minumum Voltage. VOUT_UV_FAULT_LIMIT register.
  53 +in[1-6]_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
54 54 in[1-6]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
55 55 in[1-6]_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
56 56 in[1-6]_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.
Documentation/hwmon/max8688
... ... @@ -42,9 +42,9 @@
42 42  
43 43 in1_label "vout1"
44 44 in1_input Measured voltage. From READ_VOUT register.
45   -in1_min Minumum Voltage. From VOUT_UV_WARN_LIMIT register.
  45 +in1_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
46 46 in1_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
47   -in1_lcrit Critical minumum Voltage. VOUT_UV_FAULT_LIMIT register.
  47 +in1_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
48 48 in1_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
49 49 in1_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
50 50 in1_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.
Documentation/hwmon/ucd9000
... ... @@ -70,9 +70,9 @@
70 70  
71 71 in[1-12]_label "vout[1-12]".
72 72 in[1-12]_input Measured voltage. From READ_VOUT register.
73   -in[1-12]_min Minumum Voltage. From VOUT_UV_WARN_LIMIT register.
  73 +in[1-12]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
74 74 in[1-12]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
75   -in[1-12]_lcrit Critical minumum Voltage. VOUT_UV_FAULT_LIMIT register.
  75 +in[1-12]_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
76 76 in[1-12]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
77 77 in[1-12]_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
78 78 in[1-12]_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.
... ... @@ -82,7 +82,7 @@
82 82 curr[1-12]_label "iout[1-12]".
83 83 curr[1-12]_input Measured current. From READ_IOUT register.
84 84 curr[1-12]_max Maximum current. From IOUT_OC_WARN_LIMIT register.
85   -curr[1-12]_lcrit Critical minumum output current. From IOUT_UC_FAULT_LIMIT
  85 +curr[1-12]_lcrit Critical minimum output current. From IOUT_UC_FAULT_LIMIT
86 86 register.
87 87 curr[1-12]_crit Critical maximum current. From IOUT_OC_FAULT_LIMIT register.
88 88 curr[1-12]_max_alarm Current high alarm. From IOUT_OC_WARNING status.
Documentation/hwmon/ucd9200
... ... @@ -54,9 +54,9 @@
54 54  
55 55 in1_label "vin".
56 56 in1_input Measured voltage. From READ_VIN register.
57   -in1_min Minumum Voltage. From VIN_UV_WARN_LIMIT register.
  57 +in1_min Minimum Voltage. From VIN_UV_WARN_LIMIT register.
58 58 in1_max Maximum voltage. From VIN_OV_WARN_LIMIT register.
59   -in1_lcrit Critical minumum Voltage. VIN_UV_FAULT_LIMIT register.
  59 +in1_lcrit Critical minimum Voltage. VIN_UV_FAULT_LIMIT register.
60 60 in1_crit Critical maximum voltage. From VIN_OV_FAULT_LIMIT register.
61 61 in1_min_alarm Voltage low alarm. From VIN_UV_WARNING status.
62 62 in1_max_alarm Voltage high alarm. From VIN_OV_WARNING status.
63 63  
... ... @@ -65,9 +65,9 @@
65 65  
66 66 in[2-5]_label "vout[1-4]".
67 67 in[2-5]_input Measured voltage. From READ_VOUT register.
68   -in[2-5]_min Minumum Voltage. From VOUT_UV_WARN_LIMIT register.
  68 +in[2-5]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
69 69 in[2-5]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
70   -in[2-5]_lcrit Critical minumum Voltage. VOUT_UV_FAULT_LIMIT register.
  70 +in[2-5]_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
71 71 in[2-5]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
72 72 in[2-5]_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
73 73 in[2-5]_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.
... ... @@ -80,7 +80,7 @@
80 80 curr[2-5]_label "iout[1-4]".
81 81 curr[2-5]_input Measured current. From READ_IOUT register.
82 82 curr[2-5]_max Maximum current. From IOUT_OC_WARN_LIMIT register.
83   -curr[2-5]_lcrit Critical minumum output current. From IOUT_UC_FAULT_LIMIT
  83 +curr[2-5]_lcrit Critical minimum output current. From IOUT_UC_FAULT_LIMIT
84 84 register.
85 85 curr[2-5]_crit Critical maximum current. From IOUT_OC_FAULT_LIMIT register.
86 86 curr[2-5]_max_alarm Current high alarm. From IOUT_OC_WARNING status.
Documentation/hwmon/zl6100
... ... @@ -108,7 +108,7 @@
108 108 in1_input Measured input voltage.
109 109 in1_min Minimum input voltage.
110 110 in1_max Maximum input voltage.
111   -in1_lcrit Critical minumum input voltage.
  111 +in1_lcrit Critical minimum input voltage.
112 112 in1_crit Critical maximum input voltage.
113 113 in1_min_alarm Input voltage low alarm.
114 114 in1_max_alarm Input voltage high alarm.
... ... @@ -117,7 +117,7 @@
117 117  
118 118 in2_label "vout1"
119 119 in2_input Measured output voltage.
120   -in2_lcrit Critical minumum output Voltage.
  120 +in2_lcrit Critical minimum output Voltage.
121 121 in2_crit Critical maximum output voltage.
122 122 in2_lcrit_alarm Critical output voltage critical low alarm.
123 123 in2_crit_alarm Critical output voltage critical high alarm.
Documentation/i2o/ioctl
... ... @@ -138,7 +138,7 @@
138 138  
139 139 The return value is the size in bytes of the data written into
140 140 ops->resbuf if no errors occur. If an error occurs, -1 is returned
141   - and errno is set appropriatly:
  141 + and errno is set appropriately:
142 142  
143 143 EFAULT Invalid user space pointer was passed
144 144 ENXIO Invalid IOP number
... ... @@ -222,7 +222,7 @@
222 222 RETURNS
223 223  
224 224 This function returns 0 no errors occur. If an error occurs, -1
225   - is returned and errno is set appropriatly:
  225 + is returned and errno is set appropriately:
226 226  
227 227 EFAULT Invalid user space pointer was passed
228 228 ENXIO Invalid IOP number
... ... @@ -264,7 +264,7 @@
264 264 RETURNS
265 265  
266 266 This function returns 0 if no errors occur. If an error occurs, -1
267   - is returned and errno is set appropriatly:
  267 + is returned and errno is set appropriately:
268 268  
269 269 EFAULT Invalid user space pointer was passed
270 270 ENXIO Invalid IOP number
... ... @@ -301,7 +301,7 @@
301 301 RETURNS
302 302  
303 303 This function returns 0 if no errors occur. If an error occurs, -1
304   - is returned and errno is set appropriatly:
  304 + is returned and errno is set appropriately:
305 305  
306 306 EFAULT Invalid user space pointer was passed
307 307 ENXIO Invalid IOP number
... ... @@ -325,7 +325,7 @@
325 325 RETURNS
326 326  
327 327 This function returns 0 if no erro occur. If an error occurs, -1 is
328   - returned and errno is set appropriatly:
  328 + returned and errno is set appropriately:
329 329  
330 330 ETIMEDOUT Timeout waiting for reply message
331 331 ENXIO Invalid IOP number
... ... @@ -360,7 +360,7 @@
360 360 RETURNS
361 361  
362 362 This function returns 0 if no error occur. If an error occurs, -1
363   - is returned and errno is set appropriatly:
  363 + is returned and errno is set appropriately:
364 364  
365 365 EFAULT Invalid user space pointer was passed
366 366 ENXIO Invalid IOP number
Documentation/ide/ChangeLog.ide-cd.1994-2004
... ... @@ -175,7 +175,7 @@
175 175 * since the .pdf version doesn't seem to work...
176 176 * -- Updated the TODO list to something more current.
177 177 *
178   - * 4.15 Aug 25, 1998 -- Updated ide-cd.h to respect mechine endianess,
  178 + * 4.15 Aug 25, 1998 -- Updated ide-cd.h to respect machine endianness,
179 179 * patch thanks to "Eddie C. Dost" <ecd@skynet.be>
180 180 *
181 181 * 4.50 Oct 19, 1998 -- New maintainers!
Documentation/input/alps.txt
... ... @@ -131,8 +131,8 @@
131 131 byte 5: 0 1 ? ? ? ? f1 f0
132 132  
133 133 This packet only appears after a position packet with the mt bit set, and
134   -ususally only appears when there are two or more contacts (although
135   -ocassionally it's seen with only a single contact).
  134 +usually only appears when there are two or more contacts (although
  135 +occassionally it's seen with only a single contact).
136 136  
137 137 The final v3 packet type is the trackstick packet.
138 138  
Documentation/input/joystick.txt
... ... @@ -330,7 +330,7 @@
330 330 The TM DirectConnect (BSP) protocol is supported by the tmdc.c
331 331 module. This includes, but is not limited to:
332 332  
333   -* ThrustMaster Millenium 3D Inceptor
  333 +* ThrustMaster Millennium 3D Interceptor
334 334 * ThrustMaster 3D Rage Pad
335 335 * ThrustMaster Fusion Digital Game Pad
336 336  
Documentation/ioctl/hdio.txt
... ... @@ -596,7 +596,7 @@
596 596 if CHS/LBA28
597 597  
598 598 The association between in_flags.all and each enable
599   - bitfield flips depending on endianess; fortunately, TASKFILE
  599 + bitfield flips depending on endianness; fortunately, TASKFILE
600 600 only uses inflags.b.data bit and ignores all other bits.
601 601 The end result is that, on any endian machines, it has no
602 602 effect other than modifying in_flags on completion.
... ... @@ -720,7 +720,7 @@
720 720  
721 721 [6] Do not access {in|out}_flags->all except for resetting
722 722 all the bits. Always access individual bit fields. ->all
723   - value will flip depending on endianess. For the same
  723 + value will flip depending on endianness. For the same
724 724 reason, do not use IDE_{TASKFILE|HOB}_STD_{OUT|IN}_FLAGS
725 725 constants defined in hdreg.h.
726 726  
Documentation/kbuild/kconfig-language.txt
... ... @@ -117,7 +117,7 @@
117 117 This attribute is only applicable to menu blocks, if the condition is
118 118 false, the menu block is not displayed to the user (the symbols
119 119 contained there can still be selected by other symbols, though). It is
120   - similar to a conditional "prompt" attribude for individual menu
  120 + similar to a conditional "prompt" attribute for individual menu
121 121 entries. Default value of "visible" is true.
122 122  
123 123 - numerical ranges: "range" <symbol> <symbol> ["if" <expr>]
Documentation/networking/fore200e.txt
... ... @@ -44,7 +44,7 @@
44 44 the various ForeThought software distributions.
45 45  
46 46 Notice that different versions of the PCA-200E firmware exist, depending
47   -on the endianess of the host architecture. The driver is shipped with
  47 +on the endianness of the host architecture. The driver is shipped with
48 48 both little and big endian PCA firmware images.
49 49  
50 50 Name and location of the new firmware images can be set at kernel
Documentation/scsi/ChangeLog.lpfc
... ... @@ -1718,7 +1718,7 @@
1718 1718 * lpfc_els_timeout_handler() now uses system timer.
1719 1719 * Further cleanup of #ifdef powerpc
1720 1720 * lpfc_scsi_timeout_handler() now uses system timer.
1721   - * Replace common driver's own defines for endianess w/ Linux's
  1721 + * Replace common driver's own defines for endianness w/ Linux's
1722 1722 __BIG_ENDIAN etc.
1723 1723 * Added #ifdef IPFC for all IPFC specific code.
1724 1724 * lpfc_disc_retry_rptlun() now uses system timer.
Documentation/scsi/ChangeLog.megaraid_sas
... ... @@ -510,7 +510,7 @@
510 510 3 Older Version : 00.00.02.02
511 511 i. Register 16 byte CDB capability with scsi midlayer
512 512  
513   - "Ths patch properly registers the 16 byte command length capability of the
  513 + "This patch properly registers the 16 byte command length capability of the
514 514 megaraid_sas controlled hardware with the scsi midlayer. All megaraid_sas
515 515 hardware supports 16 byte CDB's."
516 516  
Documentation/scsi/tmscsim.txt
... ... @@ -102,7 +102,7 @@
102 102 ftp://student.physik.uni-dortmund.de/pub/linux/kernel/bootdisk.gz
103 103  
104 104 One more warning: I used to overclock my PCI bus to 41.67 MHz. My Tekram
105   -DC390F (Sym53c875) accepted this as well as my Millenium. But the Am53C974
  105 +DC390F (Sym53c875) accepted this as well as my Millennium. But the Am53C974
106 106 produced errors and started to corrupt my disks. So don't do that! A 37.50
107 107 MHz PCI bus works for me, though, but I don't recommend using higher clocks
108 108 than the 33.33 MHz being in the PCI spec.
Documentation/security/Smack.txt
... ... @@ -536,7 +536,7 @@
536 536 3 : log denied & accepted
537 537  
538 538 Events are logged as 'key=value' pairs, for each event you at least will get
539   -the subjet, the object, the rights requested, the action, the kernel function
  539 +the subject, the object, the rights requested, the action, the kernel function
540 540 that triggered the event, plus other pairs depending on the type of event
541 541 audited.
Documentation/security/keys-trusted-encrypted.txt
1 1 Trusted and Encrypted Keys
2 2  
3 3 Trusted and Encrypted Keys are two new key types added to the existing kernel
4   -key ring service. Both of these new types are variable length symmetic keys,
  4 +key ring service. Both of these new types are variable length symmetric keys,
5 5 and in both cases all keys are created in the kernel, and user space sees,
6 6 stores, and loads only encrypted blobs. Trusted Keys require the availability
7 7 of a Trusted Platform Module (TPM) chip for greater security, while Encrypted
Documentation/security/keys.txt
... ... @@ -668,7 +668,7 @@
668 668  
669 669 If the kernel calls back to userspace to complete the instantiation of a
670 670 key, userspace should use this call mark the key as negative before the
671   - invoked process returns if it is unable to fulfil the request.
  671 + invoked process returns if it is unable to fulfill the request.
672 672  
673 673 The process must have write access on the key to be able to instantiate
674 674 it, and the key must be uninstantiated.
Documentation/sound/alsa/ALSA-Configuration.txt
... ... @@ -1588,7 +1588,7 @@
1588 1588  
1589 1589 Module supports autoprobe a chip.
1590 1590  
1591   - Note: the driver may have problems regarding endianess.
  1591 + Note: the driver may have problems regarding endianness.
1592 1592  
1593 1593 The power-management is supported.
1594 1594  
Documentation/video4linux/uvcvideo.txt
... ... @@ -116,7 +116,7 @@
116 116 A UVC control can be mapped to several V4L2 controls. For instance,
117 117 a UVC pan/tilt control could be mapped to separate pan and tilt V4L2
118 118 controls. The UVC control is divided into non overlapping fields using
119   - the 'size' and 'offset' fields and are then independantly mapped to
  119 + the 'size' and 'offset' fields and are then independently mapped to
120 120 V4L2 control.
121 121  
122 122 For signed integer V4L2 controls the data_type field should be set to
Documentation/virtual/kvm/mmu.txt
... ... @@ -347,7 +347,7 @@
347 347  
348 348 - the spte must point to a large host page
349 349 - the guest pte must be a large pte of at least equivalent size (if tdp is
350   - enabled, there is no guest pte and this condition is satisified)
  350 + enabled, there is no guest pte and this condition is satisfied)
351 351 - if the spte will be writeable, the large page frame may not overlap any
352 352 write-protected pages
353 353 - the guest page must be wholly contained by a single memory slot
... ... @@ -356,7 +356,7 @@
356 356 arrays for each memory slot and large page size. Every write protected page
357 357 causes its write_count to be incremented, thus preventing instantiation of
358 358 a large spte. The frames at the end of an unaligned memory slot have
359   -artificically inflated ->write_counts so they can never be instantiated.
  359 +artificially inflated ->write_counts so they can never be instantiated.
360 360  
361 361 Further reading
362 362 ===============
Documentation/virtual/virtio-spec.txt
... ... @@ -1403,7 +1403,7 @@
1403 1403  
1404 1404 Packets are transmitted by placing them in the transmitq, and
1405 1405 buffers for incoming packets are placed in the receiveq. In each
1406   -case, the packet itself is preceeded by a header:
  1406 +case, the packet itself is preceded by a header:
1407 1407  
1408 1408 struct virtio_net_hdr {
1409 1409  
... ... @@ -1642,7 +1642,7 @@
1642 1642  
1643 1643 The device can filter incoming packets by any number of
1644 1644 destination MAC addresses.[footnote:
1645   -Since there are no guarentees, it can use a hash filter
  1645 +Since there are no guarantees, it can use a hash filter
1646 1646 orsilently switch to allmulti or promiscuous mode if it is given
1647 1647 too many addresses.
1648 1648 ] This table is set using the class VIRTIO_NET_CTRL_MAC and the
... ... @@ -1805,7 +1805,7 @@
1805 1805 distinguish between them
1806 1806 ]). If the device has VIRTIO_BLK_F_BARRIER feature the high bit
1807 1807 (VIRTIO_BLK_T_BARRIER) indicates that this request acts as a
1808   -barrier and that all preceeding requests must be complete before
  1808 +barrier and that all preceding requests must be complete before
1809 1809 this one, and all following requests must not be started until
1810 1810 this is complete. Note that a barrier does not flush caches in
1811 1811 the underlying backend device in host, and thus does not serve as
... ... @@ -2118,7 +2118,7 @@
2118 2118  
2119 2119 Otherwise, the guest may begin to re-use pages previously given
2120 2120 to the balloon before the device has acknowledged their
2121   - withdrawl. [footnote:
  2121 + withdrawal. [footnote:
2122 2122 In this case, deflation advice is merely a courtesy
2123 2123 ]
2124 2124  
Documentation/vm/unevictable-lru.txt
... ... @@ -619,7 +619,7 @@
619 619 introduced a variant of try_to_unmap() called try_to_munlock().
620 620  
621 621 try_to_munlock() calls the same functions as try_to_unmap() for anonymous and
622   -mapped file pages with an additional argument specifing unlock versus unmap
  622 +mapped file pages with an additional argument specifying unlock versus unmap
623 623 processing. Again, these functions walk the respective reverse maps looking
624 624 for VM_LOCKED VMAs. When such a VMA is found for anonymous pages and file
625 625 pages mapped in linear VMAs, as in the try_to_unmap() case, the functions