diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-07 21:16:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-07 21:16:26 -0400 |
commit | 28596c9722289b2f98fa83a2e4351eb0a031b953 (patch) | |
tree | f1a76a8a2604ac710bad28e3ad1b5976601c82d4 /Documentation | |
parent | b6420ebd4a541455a75f9802f58cfa3ba0ea5390 (diff) | |
parent | 7bb38d57fd75f03753a5b362916c5bbde8290208 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull "trivial tree" updates from Jiri Kosina:
"Usual pile from trivial tree everyone is so eagerly waiting for"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits)
Remove MN10300_PROC_MN2WS0038
mei: fix comments
treewide: Fix typos in Kconfig
kprobes: update jprobe_example.c for do_fork() change
Documentation: change "&" to "and" in Documentation/applying-patches.txt
Documentation: remove obsolete pcmcia-cs from Changes
Documentation: update links in Changes
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
score: Remove GENERIC_HAS_IOMAP
gpio: fix 'CONFIG_GPIO_IRQCHIP' comments
tty: doc: Fix grammar in serial/tty
dma-debug: modify check_for_stack output
treewide: fix errors in printk
genirq: fix reference in devm_request_threaded_irq comment
treewide: fix synchronize_rcu() in comments
checkstack.pl: port to AArch64
doc: queue-sysfs: minor fixes
init/do_mounts: better syntax description
MIPS: fix comment spelling
powerpc/simpleboot: fix comment
...
Diffstat (limited to 'Documentation')
25 files changed, 36 insertions, 47 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-net b/Documentation/ABI/testing/sysfs-class-net index d322b0581194..e1b2e785bba8 100644 --- a/Documentation/ABI/testing/sysfs-class-net +++ b/Documentation/ABI/testing/sysfs-class-net | |||
@@ -159,7 +159,7 @@ Description: | |||
159 | lower-level interface protocol used. Ethernet devices will show | 159 | lower-level interface protocol used. Ethernet devices will show |
160 | a 'mtu' attribute value of 1500 unless changed. | 160 | a 'mtu' attribute value of 1500 unless changed. |
161 | 161 | ||
162 | What: /sys/calss/net/<iface>/netdev_group | 162 | What: /sys/class/net/<iface>/netdev_group |
163 | Date: January 2011 | 163 | Date: January 2011 |
164 | KernelVersion: 2.6.39 | 164 | KernelVersion: 2.6.39 |
165 | Contact: netdev@vger.kernel.org | 165 | Contact: netdev@vger.kernel.org |
diff --git a/Documentation/Changes b/Documentation/Changes index 227bec88021e..1de131bb49fb 100644 --- a/Documentation/Changes +++ b/Documentation/Changes | |||
@@ -167,18 +167,11 @@ later is recommended, due to some significant improvements). | |||
167 | PCMCIAutils | 167 | PCMCIAutils |
168 | ----------- | 168 | ----------- |
169 | 169 | ||
170 | PCMCIAutils replaces pcmcia-cs (see below). It properly sets up | 170 | PCMCIAutils replaces pcmcia-cs. It properly sets up |
171 | PCMCIA sockets at system startup and loads the appropriate modules | 171 | PCMCIA sockets at system startup and loads the appropriate modules |
172 | for 16-bit PCMCIA devices if the kernel is modularized and the hotplug | 172 | for 16-bit PCMCIA devices if the kernel is modularized and the hotplug |
173 | subsystem is used. | 173 | subsystem is used. |
174 | 174 | ||
175 | Pcmcia-cs | ||
176 | --------- | ||
177 | |||
178 | PCMCIA (PC Card) support is now partially implemented in the main | ||
179 | kernel source. The "pcmciautils" package (see above) replaces pcmcia-cs | ||
180 | for newest kernels. | ||
181 | |||
182 | Quota-tools | 175 | Quota-tools |
183 | ----------- | 176 | ----------- |
184 | 177 | ||
@@ -341,17 +334,13 @@ Pcmciautils | |||
341 | ----------- | 334 | ----------- |
342 | o <ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/> | 335 | o <ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/> |
343 | 336 | ||
344 | Pcmcia-cs | ||
345 | --------- | ||
346 | o <http://pcmcia-cs.sourceforge.net/> | ||
347 | |||
348 | Quota-tools | 337 | Quota-tools |
349 | ---------- | 338 | ---------- |
350 | o <http://sourceforge.net/projects/linuxquota/> | 339 | o <http://sourceforge.net/projects/linuxquota/> |
351 | 340 | ||
352 | DocBook Stylesheets | 341 | DocBook Stylesheets |
353 | ------------------- | 342 | ------------------- |
354 | o <http://nwalsh.com/docbook/dsssl/> | 343 | o <http://sourceforge.net/projects/docbook/files/docbook-dsssl/> |
355 | 344 | ||
356 | XMLTO XSLT Frontend | 345 | XMLTO XSLT Frontend |
357 | ------------------- | 346 | ------------------- |
@@ -359,11 +348,11 @@ o <http://cyberelk.net/tim/xmlto/> | |||
359 | 348 | ||
360 | Intel P6 microcode | 349 | Intel P6 microcode |
361 | ------------------ | 350 | ------------------ |
362 | o <http://www.urbanmyth.org/microcode/> | 351 | o <https://downloadcenter.intel.com/> |
363 | 352 | ||
364 | udev | 353 | udev |
365 | ---- | 354 | ---- |
366 | o <http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html> | 355 | o <http://www.freedesktop.org/software/systemd/man/udev.html> |
367 | 356 | ||
368 | FUSE | 357 | FUSE |
369 | ---- | 358 | ---- |
@@ -371,7 +360,7 @@ o <http://sourceforge.net/projects/fuse> | |||
371 | 360 | ||
372 | mcelog | 361 | mcelog |
373 | ------ | 362 | ------ |
374 | o <ftp://ftp.kernel.org/pub/linux/utils/cpu/mce/> | 363 | o <http://www.mcelog.org/> |
375 | 364 | ||
376 | Networking | 365 | Networking |
377 | ********** | 366 | ********** |
diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index 6b6bef31e956..3171822c22a5 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle | |||
@@ -675,7 +675,7 @@ the ones already enabled by DEBUG. | |||
675 | Many subsystems have Kconfig debug options to turn on -DDEBUG in the | 675 | Many subsystems have Kconfig debug options to turn on -DDEBUG in the |
676 | corresponding Makefile; in other cases specific files #define DEBUG. And | 676 | corresponding Makefile; in other cases specific files #define DEBUG. And |
677 | when a debug message should be unconditionally printed, such as if it is | 677 | when a debug message should be unconditionally printed, such as if it is |
678 | already inside a debug-related #ifdef secton, printk(KERN_DEBUG ...) can be | 678 | already inside a debug-related #ifdef section, printk(KERN_DEBUG ...) can be |
679 | used. | 679 | used. |
680 | 680 | ||
681 | 681 | ||
diff --git a/Documentation/applying-patches.txt b/Documentation/applying-patches.txt index a083ba35d1ad..77df55b0225a 100644 --- a/Documentation/applying-patches.txt +++ b/Documentation/applying-patches.txt | |||
@@ -94,7 +94,7 @@ Common errors when patching | |||
94 | --- | 94 | --- |
95 | When patch applies a patch file it attempts to verify the sanity of the | 95 | When patch applies a patch file it attempts to verify the sanity of the |
96 | file in different ways. | 96 | file in different ways. |
97 | Checking that the file looks like a valid patch file & checking the code | 97 | Checking that the file looks like a valid patch file and checking the code |
98 | around the bits being modified matches the context provided in the patch are | 98 | around the bits being modified matches the context provided in the patch are |
99 | just two of the basic sanity checks patch does. | 99 | just two of the basic sanity checks patch does. |
100 | 100 | ||
diff --git a/Documentation/block/null_blk.txt b/Documentation/block/null_blk.txt index b2830b435895..2f6c6ff7161d 100644 --- a/Documentation/block/null_blk.txt +++ b/Documentation/block/null_blk.txt | |||
@@ -42,7 +42,7 @@ nr_devices=[Number of devices]: Default: 2 | |||
42 | Number of block devices instantiated. They are instantiated as /dev/nullb0, | 42 | Number of block devices instantiated. They are instantiated as /dev/nullb0, |
43 | etc. | 43 | etc. |
44 | 44 | ||
45 | irq_mode=[0-2]: Default: 1-Soft-irq | 45 | irqmode=[0-2]: Default: 1-Soft-irq |
46 | The completion mode used for completing IOs to the block-layer. | 46 | The completion mode used for completing IOs to the block-layer. |
47 | 47 | ||
48 | 0: None. | 48 | 0: None. |
@@ -53,7 +53,7 @@ irq_mode=[0-2]: Default: 1-Soft-irq | |||
53 | completion. | 53 | completion. |
54 | 54 | ||
55 | completion_nsec=[ns]: Default: 10.000ns | 55 | completion_nsec=[ns]: Default: 10.000ns |
56 | Combined with irq_mode=2 (timer). The time each completion event must wait. | 56 | Combined with irqmode=2 (timer). The time each completion event must wait. |
57 | 57 | ||
58 | submit_queues=[0..nr_cpus]: | 58 | submit_queues=[0..nr_cpus]: |
59 | The number of submission queues attached to the device driver. If unset, it | 59 | The number of submission queues attached to the device driver. If unset, it |
diff --git a/Documentation/block/queue-sysfs.txt b/Documentation/block/queue-sysfs.txt index 7d2d046c265f..3a29f8914df9 100644 --- a/Documentation/block/queue-sysfs.txt +++ b/Documentation/block/queue-sysfs.txt | |||
@@ -11,7 +11,7 @@ read-write. | |||
11 | 11 | ||
12 | add_random (RW) | 12 | add_random (RW) |
13 | ---------------- | 13 | ---------------- |
14 | This file allows to trun off the disk entropy contribution. Default | 14 | This file allows to turn off the disk entropy contribution. Default |
15 | value of this file is '1'(on). | 15 | value of this file is '1'(on). |
16 | 16 | ||
17 | discard_granularity (RO) | 17 | discard_granularity (RO) |
@@ -72,7 +72,7 @@ Maximum segment size of the device. | |||
72 | 72 | ||
73 | minimum_io_size (RO) | 73 | minimum_io_size (RO) |
74 | -------------------- | 74 | -------------------- |
75 | This is the smallest preferred io size reported by the device. | 75 | This is the smallest preferred IO size reported by the device. |
76 | 76 | ||
77 | nomerges (RW) | 77 | nomerges (RW) |
78 | ------------- | 78 | ------------- |
@@ -98,7 +98,7 @@ regulated by nr_requests. | |||
98 | 98 | ||
99 | optimal_io_size (RO) | 99 | optimal_io_size (RO) |
100 | -------------------- | 100 | -------------------- |
101 | This is the optimal io size reported by the device. | 101 | This is the optimal IO size reported by the device. |
102 | 102 | ||
103 | physical_block_size (RO) | 103 | physical_block_size (RO) |
104 | ------------------------ | 104 | ------------------------ |
diff --git a/Documentation/devicetree/bindings/clock/arm-integrator.txt b/Documentation/devicetree/bindings/clock/arm-integrator.txt index ecc69520bcea..11f5f95f571b 100644 --- a/Documentation/devicetree/bindings/clock/arm-integrator.txt +++ b/Documentation/devicetree/bindings/clock/arm-integrator.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | Clock bindings for ARM Integrator and Versatile Core Module clocks | 1 | Clock bindings for ARM Integrator and Versatile Core Module clocks |
2 | 2 | ||
3 | Auxilary Oscillator Clock | 3 | Auxiliary Oscillator Clock |
4 | 4 | ||
5 | This is a configurable clock fed from a 24 MHz chrystal, | 5 | This is a configurable clock fed from a 24 MHz chrystal, |
6 | used for generating e.g. video clocks. It is located on the | 6 | used for generating e.g. video clocks. It is located on the |
diff --git a/Documentation/devicetree/bindings/crypto/fsl-sec6.txt b/Documentation/devicetree/bindings/crypto/fsl-sec6.txt index c0a20cd972e3..baf8a3c1b469 100644 --- a/Documentation/devicetree/bindings/crypto/fsl-sec6.txt +++ b/Documentation/devicetree/bindings/crypto/fsl-sec6.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | SEC 6 is as Freescale's Cryptographic Accelerator and Assurance Module (CAAM). | 1 | SEC 6 is as Freescale's Cryptographic Accelerator and Assurance Module (CAAM). |
2 | Currently Freescale powerpc chip C29X is embeded with SEC 6. | 2 | Currently Freescale powerpc chip C29X is embedded with SEC 6. |
3 | SEC 6 device tree binding include: | 3 | SEC 6 device tree binding include: |
4 | -SEC 6 Node | 4 | -SEC 6 Node |
5 | -Job Ring Node | 5 | -Job Ring Node |
diff --git a/Documentation/devicetree/bindings/iio/adc/vf610-adc.txt b/Documentation/devicetree/bindings/iio/adc/vf610-adc.txt index dcebff1928e1..1a4a43d5c9ea 100644 --- a/Documentation/devicetree/bindings/iio/adc/vf610-adc.txt +++ b/Documentation/devicetree/bindings/iio/adc/vf610-adc.txt | |||
@@ -9,7 +9,7 @@ Required properties: | |||
9 | - interrupts: Should contain the interrupt for the device | 9 | - interrupts: Should contain the interrupt for the device |
10 | - clocks: The clock is needed by the ADC controller, ADC clock source is ipg clock. | 10 | - clocks: The clock is needed by the ADC controller, ADC clock source is ipg clock. |
11 | - clock-names: Must contain "adc", matching entry in the clocks property. | 11 | - clock-names: Must contain "adc", matching entry in the clocks property. |
12 | - vref-supply: The regulator supply ADC refrence voltage. | 12 | - vref-supply: The regulator supply ADC reference voltage. |
13 | 13 | ||
14 | Example: | 14 | Example: |
15 | adc0: adc@4003b000 { | 15 | adc0: adc@4003b000 { |
diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt b/Documentation/devicetree/bindings/mfd/s2mps11.txt index ba2d7f0f9c5f..0e4026a6cbbf 100644 --- a/Documentation/devicetree/bindings/mfd/s2mps11.txt +++ b/Documentation/devicetree/bindings/mfd/s2mps11.txt | |||
@@ -47,7 +47,7 @@ sub-node should be of the format as listed below. | |||
47 | 47 | ||
48 | regulator-ramp-delay for BUCKs = [6250/12500/25000(default)/50000] uV/us | 48 | regulator-ramp-delay for BUCKs = [6250/12500/25000(default)/50000] uV/us |
49 | 49 | ||
50 | BUCK[2/3/4/6] supports disabling ramp delay on hardware, so explictly | 50 | BUCK[2/3/4/6] supports disabling ramp delay on hardware, so explicitly |
51 | regulator-ramp-delay = <0> can be used for them to disable ramp delay. | 51 | regulator-ramp-delay = <0> can be used for them to disable ramp delay. |
52 | In the absence of the regulator-ramp-delay property, the default ramp | 52 | In the absence of the regulator-ramp-delay property, the default ramp |
53 | delay will be used. | 53 | delay will be used. |
diff --git a/Documentation/devicetree/bindings/mtd/gpmc-nand.txt b/Documentation/devicetree/bindings/mtd/gpmc-nand.txt index ee654e95d8ad..fb733c4e1c11 100644 --- a/Documentation/devicetree/bindings/mtd/gpmc-nand.txt +++ b/Documentation/devicetree/bindings/mtd/gpmc-nand.txt | |||
@@ -110,8 +110,8 @@ on various other factors also like; | |||
110 | Other factor which governs the selection of ecc-scheme is oob-size. | 110 | Other factor which governs the selection of ecc-scheme is oob-size. |
111 | Higher ECC schemes require more OOB/Spare area to store ECC syndrome, | 111 | Higher ECC schemes require more OOB/Spare area to store ECC syndrome, |
112 | so the device should have enough free bytes available its OOB/Spare | 112 | so the device should have enough free bytes available its OOB/Spare |
113 | area to accomodate ECC for entire page. In general following expression | 113 | area to accommodate ECC for entire page. In general following expression |
114 | helps in determining if given device can accomodate ECC syndrome: | 114 | helps in determining if given device can accommodate ECC syndrome: |
115 | "2 + (PAGESIZE / 512) * ECC_BYTES" >= OOBSIZE" | 115 | "2 + (PAGESIZE / 512) * ECC_BYTES" >= OOBSIZE" |
116 | where | 116 | where |
117 | OOBSIZE number of bytes in OOB/spare area | 117 | OOBSIZE number of bytes in OOB/spare area |
@@ -133,5 +133,5 @@ on various other factors also like; | |||
133 | Example(b): For a device with PAGESIZE = 2048 and OOBSIZE = 128 and | 133 | Example(b): For a device with PAGESIZE = 2048 and OOBSIZE = 128 and |
134 | trying to use BCH16 (ECC_BYTES=26) ecc-scheme. | 134 | trying to use BCH16 (ECC_BYTES=26) ecc-scheme. |
135 | Number of ECC bytes per page = (2 + (2048 / 512) * 26) = 106 B | 135 | Number of ECC bytes per page = (2 + (2048 / 512) * 26) = 106 B |
136 | which can be accomodate in the OOB/Spare area of this device | 136 | which can be accommodated in the OOB/Spare area of this device |
137 | (OOBSIZE=128). So this device can use BCH16 ecc-scheme. | 137 | (OOBSIZE=128). So this device can use BCH16 ecc-scheme. |
diff --git a/Documentation/devicetree/bindings/net/samsung-sxgbe.txt b/Documentation/devicetree/bindings/net/samsung-sxgbe.txt index 989f6c95cfd5..888c250197fe 100644 --- a/Documentation/devicetree/bindings/net/samsung-sxgbe.txt +++ b/Documentation/devicetree/bindings/net/samsung-sxgbe.txt | |||
@@ -17,7 +17,7 @@ Required properties: | |||
17 | - samsung,pbl: Integer, Programmable Burst Length. | 17 | - samsung,pbl: Integer, Programmable Burst Length. |
18 | Supported values are 1, 2, 4, 8, 16, or 32. | 18 | Supported values are 1, 2, 4, 8, 16, or 32. |
19 | - samsung,burst-map: Integer, Program the possible bursts supported by sxgbe | 19 | - samsung,burst-map: Integer, Program the possible bursts supported by sxgbe |
20 | This is an interger and represents allowable DMA bursts when fixed burst. | 20 | This is an integer and represents allowable DMA bursts when fixed burst. |
21 | Allowable range is 0x01-0x3F. When this field is set fixed burst is enabled. | 21 | Allowable range is 0x01-0x3F. When this field is set fixed burst is enabled. |
22 | When fixed length is needed for burst mode, it can be set within allowable | 22 | When fixed length is needed for burst mode, it can be set within allowable |
23 | range. | 23 | range. |
diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt index e45ac3f926b1..c41afd963edf 100644 --- a/Documentation/devicetree/bindings/net/stmmac.txt +++ b/Documentation/devicetree/bindings/net/stmmac.txt | |||
@@ -58,5 +58,5 @@ Examples: | |||
58 | snps,multicast-filter-bins = <256>; | 58 | snps,multicast-filter-bins = <256>; |
59 | snps,perfect-filter-entries = <128>; | 59 | snps,perfect-filter-entries = <128>; |
60 | clocks = <&clock>; | 60 | clocks = <&clock>; |
61 | clock-names = "stmmaceth">; | 61 | clock-names = "stmmaceth"; |
62 | }; | 62 | }; |
diff --git a/Documentation/devicetree/bindings/pci/host-generic-pci.txt b/Documentation/devicetree/bindings/pci/host-generic-pci.txt index f0b0436807b4..cf3e205e0b7e 100644 --- a/Documentation/devicetree/bindings/pci/host-generic-pci.txt +++ b/Documentation/devicetree/bindings/pci/host-generic-pci.txt | |||
@@ -55,7 +55,7 @@ For CAM, this 24-bit offset is: | |||
55 | cfg_offset(bus, device, function, register) = | 55 | cfg_offset(bus, device, function, register) = |
56 | bus << 16 | device << 11 | function << 8 | register | 56 | bus << 16 | device << 11 | function << 8 | register |
57 | 57 | ||
58 | Whilst ECAM extends this by 4 bits to accomodate 4k of function space: | 58 | Whilst ECAM extends this by 4 bits to accommodate 4k of function space: |
59 | 59 | ||
60 | cfg_offset(bus, device, function, register) = | 60 | cfg_offset(bus, device, function, register) = |
61 | bus << 20 | device << 15 | function << 12 | register | 61 | bus << 20 | device << 15 | function << 12 | register |
diff --git a/Documentation/devicetree/bindings/phy/phy-bindings.txt b/Documentation/devicetree/bindings/phy/phy-bindings.txt index 2aa1840200ed..1293c321754c 100644 --- a/Documentation/devicetree/bindings/phy/phy-bindings.txt +++ b/Documentation/devicetree/bindings/phy/phy-bindings.txt | |||
@@ -27,7 +27,7 @@ phys: phy { | |||
27 | }; | 27 | }; |
28 | 28 | ||
29 | That node describes an IP block (PHY provider) that implements 2 different PHYs. | 29 | That node describes an IP block (PHY provider) that implements 2 different PHYs. |
30 | In order to differentiate between these 2 PHYs, an additonal specifier should be | 30 | In order to differentiate between these 2 PHYs, an additional specifier should be |
31 | given while trying to get a reference to it. | 31 | given while trying to get a reference to it. |
32 | 32 | ||
33 | PHY user node | 33 | PHY user node |
diff --git a/Documentation/devicetree/bindings/power_supply/charger-manager.txt b/Documentation/devicetree/bindings/power_supply/charger-manager.txt index 2b33750e3db2..ec4fe9de3137 100644 --- a/Documentation/devicetree/bindings/power_supply/charger-manager.txt +++ b/Documentation/devicetree/bindings/power_supply/charger-manager.txt | |||
@@ -24,7 +24,7 @@ Optional properties : | |||
24 | - cm-thermal-zone : name of external thermometer's thermal zone | 24 | - cm-thermal-zone : name of external thermometer's thermal zone |
25 | - cm-battery-* : threshold battery temperature for charging | 25 | - cm-battery-* : threshold battery temperature for charging |
26 | -cold : critical cold temperature of battery for charging | 26 | -cold : critical cold temperature of battery for charging |
27 | -cold-in-minus : flag that cold temerature is in minus degree | 27 | -cold-in-minus : flag that cold temperature is in minus degrees |
28 | -hot : critical hot temperature of battery for charging | 28 | -hot : critical hot temperature of battery for charging |
29 | -temp-diff : temperature difference to allow recharging | 29 | -temp-diff : temperature difference to allow recharging |
30 | - cm-dis/charging-max = limits of charging duration | 30 | - cm-dis/charging-max = limits of charging duration |
diff --git a/Documentation/devicetree/bindings/sound/st,sta350.txt b/Documentation/devicetree/bindings/sound/st,sta350.txt index b7e71bf5caf4..307398ef2317 100644 --- a/Documentation/devicetree/bindings/sound/st,sta350.txt +++ b/Documentation/devicetree/bindings/sound/st,sta350.txt | |||
@@ -33,7 +33,7 @@ Optional properties: | |||
33 | 0: Channel 1 | 33 | 0: Channel 1 |
34 | 1: Channel 2 | 34 | 1: Channel 2 |
35 | 2: Channel 3 | 35 | 2: Channel 3 |
36 | If parameter is missing, channel 1 is choosen. | 36 | If parameter is missing, channel 1 is chosen. |
37 | This properties have to be specified as '/bits/ 8' values. | 37 | This properties have to be specified as '/bits/ 8' values. |
38 | 38 | ||
39 | - st,thermal-warning-recover: | 39 | - st,thermal-warning-recover: |
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 6073e76575ea..252e4e4c122a 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt | |||
@@ -140,7 +140,7 @@ tlm Trusted Logic Mobility | |||
140 | toradex Toradex AG | 140 | toradex Toradex AG |
141 | toshiba Toshiba Corporation | 141 | toshiba Toshiba Corporation |
142 | toumaz Toumaz | 142 | toumaz Toumaz |
143 | usi Universal Scientifc Industrial Co., Ltd. | 143 | usi Universal Scientific Industrial Co., Ltd. |
144 | v3 V3 Semiconductor | 144 | v3 V3 Semiconductor |
145 | variscite Variscite Ltd. | 145 | variscite Variscite Ltd. |
146 | via VIA Technologies, Inc. | 146 | via VIA Technologies, Inc. |
diff --git a/Documentation/devicetree/bindings/video/atmel,lcdc.txt b/Documentation/devicetree/bindings/video/atmel,lcdc.txt index b75af94a5e52..7d0c4a1ab811 100644 --- a/Documentation/devicetree/bindings/video/atmel,lcdc.txt +++ b/Documentation/devicetree/bindings/video/atmel,lcdc.txt | |||
@@ -39,8 +39,8 @@ Atmel LCDC Display | |||
39 | ----------------------------------------------------- | 39 | ----------------------------------------------------- |
40 | Required properties (as per of_videomode_helper): | 40 | Required properties (as per of_videomode_helper): |
41 | 41 | ||
42 | - atmel,dmacon: dma controler configuration | 42 | - atmel,dmacon: dma controller configuration |
43 | - atmel,lcdcon2: lcd controler configuration | 43 | - atmel,lcdcon2: lcd controller configuration |
44 | - atmel,guard-time: lcd guard time (Delay in frame periods) | 44 | - atmel,guard-time: lcd guard time (Delay in frame periods) |
45 | - bits-per-pixel: lcd panel bit-depth. | 45 | - bits-per-pixel: lcd panel bit-depth. |
46 | 46 | ||
diff --git a/Documentation/devicetree/bindings/video/fsl,imx-fb.txt b/Documentation/devicetree/bindings/video/fsl,imx-fb.txt index 0329f60d431e..8c8c2f4e4c3f 100644 --- a/Documentation/devicetree/bindings/video/fsl,imx-fb.txt +++ b/Documentation/devicetree/bindings/video/fsl,imx-fb.txt | |||
@@ -20,7 +20,7 @@ Optional properties: | |||
20 | register is not modified as recommended by the datasheet. | 20 | register is not modified as recommended by the datasheet. |
21 | - fsl,lpccr: Contrast Control Register value. This property provides the | 21 | - fsl,lpccr: Contrast Control Register value. This property provides the |
22 | default value for the contrast control register. | 22 | default value for the contrast control register. |
23 | If that property is ommited, the register is zeroed. | 23 | If that property is omitted, the register is zeroed. |
24 | - fsl,lscr1: LCDC Sharp Configuration Register value. | 24 | - fsl,lscr1: LCDC Sharp Configuration Register value. |
25 | 25 | ||
26 | Example: | 26 | Example: |
diff --git a/Documentation/kmemleak.txt b/Documentation/kmemleak.txt index b772418bf064..f4f033c8d856 100644 --- a/Documentation/kmemleak.txt +++ b/Documentation/kmemleak.txt | |||
@@ -122,7 +122,7 @@ Then as usual to get your report with: | |||
122 | Freeing kmemleak internal objects | 122 | Freeing kmemleak internal objects |
123 | --------------------------------- | 123 | --------------------------------- |
124 | 124 | ||
125 | To allow access to previosuly found memory leaks after kmemleak has been | 125 | To allow access to previously found memory leaks after kmemleak has been |
126 | disabled by the user or due to an fatal error, internal kmemleak objects | 126 | disabled by the user or due to an fatal error, internal kmemleak objects |
127 | won't be freed when kmemleak is disabled, and those objects may occupy | 127 | won't be freed when kmemleak is disabled, and those objects may occupy |
128 | a large part of physical memory. | 128 | a large part of physical memory. |
diff --git a/Documentation/lockup-watchdogs.txt b/Documentation/lockup-watchdogs.txt index d2a36602ca8d..ab0baa692c13 100644 --- a/Documentation/lockup-watchdogs.txt +++ b/Documentation/lockup-watchdogs.txt | |||
@@ -12,7 +12,7 @@ stack trace is displayed upon detection and, by default, the system | |||
12 | will stay locked up. Alternatively, the kernel can be configured to | 12 | will stay locked up. Alternatively, the kernel can be configured to |
13 | panic; a sysctl, "kernel.softlockup_panic", a kernel parameter, | 13 | panic; a sysctl, "kernel.softlockup_panic", a kernel parameter, |
14 | "softlockup_panic" (see "Documentation/kernel-parameters.txt" for | 14 | "softlockup_panic" (see "Documentation/kernel-parameters.txt" for |
15 | details), and a compile option, "BOOTPARAM_HARDLOCKUP_PANIC", are | 15 | details), and a compile option, "BOOTPARAM_SOFTLOCKUP_PANIC", are |
16 | provided for this. | 16 | provided for this. |
17 | 17 | ||
18 | A 'hardlockup' is defined as a bug that causes the CPU to loop in | 18 | A 'hardlockup' is defined as a bug that causes the CPU to loop in |
diff --git a/Documentation/mips/AU1xxx_IDE.README b/Documentation/mips/AU1xxx_IDE.README index cc887ecfd6eb..52844a58cc8a 100644 --- a/Documentation/mips/AU1xxx_IDE.README +++ b/Documentation/mips/AU1xxx_IDE.README | |||
@@ -2,7 +2,7 @@ README for MIPS AU1XXX IDE driver - Released 2005-07-15 | |||
2 | 2 | ||
3 | ABOUT | 3 | ABOUT |
4 | ----- | 4 | ----- |
5 | This file describes the 'drivers/ide/mips/au1xxx-ide.c', related files and the | 5 | This file describes the 'drivers/ide/au1xxx-ide.c', related files and the |
6 | services they provide. | 6 | services they provide. |
7 | 7 | ||
8 | If you are short in patience and just want to know how to add your hard disc to | 8 | If you are short in patience and just want to know how to add your hard disc to |
diff --git a/Documentation/serial/serial-rs485.txt b/Documentation/serial/serial-rs485.txt index 41c8378c0b2f..39dac95422a3 100644 --- a/Documentation/serial/serial-rs485.txt +++ b/Documentation/serial/serial-rs485.txt | |||
@@ -132,5 +132,5 @@ | |||
132 | 132 | ||
133 | 5. REFERENCES | 133 | 5. REFERENCES |
134 | 134 | ||
135 | [1] include/linux/serial.h | 135 | [1] include/uapi/linux/serial.h |
136 | [2] Documentation/devicetree/bindings/serial/rs485.txt | 136 | [2] Documentation/devicetree/bindings/serial/rs485.txt |
diff --git a/Documentation/serial/tty.txt b/Documentation/serial/tty.txt index 540db41dfd5d..1e52d67d0abf 100644 --- a/Documentation/serial/tty.txt +++ b/Documentation/serial/tty.txt | |||
@@ -146,7 +146,7 @@ set_termios() Notify the tty driver that the device's termios | |||
146 | driver function is responsible for modifying any | 146 | driver function is responsible for modifying any |
147 | bits in the request it cannot fulfill to indicate | 147 | bits in the request it cannot fulfill to indicate |
148 | the actual modes being used. A device with no | 148 | the actual modes being used. A device with no |
149 | hardware capability for change (eg a USB dongle or | 149 | hardware capability for change (e.g. a USB dongle or |
150 | virtual port) can provide NULL for this method. | 150 | virtual port) can provide NULL for this method. |
151 | 151 | ||
152 | throttle() Notify the tty driver that input buffers for the | 152 | throttle() Notify the tty driver that input buffers for the |
@@ -258,7 +258,7 @@ put_char() - Stuff a single character onto the queue. The | |||
258 | 258 | ||
259 | flush_chars() - Ask the kernel to write put_char queue | 259 | flush_chars() - Ask the kernel to write put_char queue |
260 | 260 | ||
261 | write_room() - Return the number of characters tht can be stuffed | 261 | write_room() - Return the number of characters that can be stuffed |
262 | into the port buffers without overflow (or less). | 262 | into the port buffers without overflow (or less). |
263 | The ldisc is responsible for being intelligent | 263 | The ldisc is responsible for being intelligent |
264 | about multi-threading of write_room/write calls | 264 | about multi-threading of write_room/write calls |