diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-05 18:59:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-05 18:59:24 -0500 |
commit | 5ebe0ee802c52cdf0c0eed8f3eccc9a056e412a3 (patch) | |
tree | 0eb28b0315a44593404f58b9758d31e0afc41425 /Documentation/ABI | |
parent | 1873499e13648a2dd01a394ed3217c9290921b3d (diff) | |
parent | 3ce96239d482a7d2dfdc1f332152c580b219fef1 (diff) |
Merge tag 'docs-for-linus' of git://git.lwn.net/linux
Pull documentation update from Jon Corbet:
"There is a nice new document from Neil on how pathname lookups work
and some new CAN driver documentation. Beyond that, we have
kernel-doc fixes, a bit more work to support reproducible builds, and
the usual collection of small fixes"
* tag 'docs-for-linus' of git://git.lwn.net/linux: (34 commits)
Documentation: add new description of path-name lookup.
Documentation/vm/slub.txt: document slabinfo-gnuplot.sh
Doc: ABI/stable: Fix typo in ABI/stable
doc: Clarify that nmi_watchdog param is for hardlockups
Typo correction for description in gpio document.
DocBook: Fix kernel-doc to be case-insensitive for private:
kernel-docs.txt: update kernelnewbies reference
Doc:kvm: Fix typo in Doc/virtual/kvm
Documentation/Changes: Add bc in "Current Minimal Requirements" section
Documentation/email-clients.txt: remove trailing whitespace
DocBook: Use a fixed encoding for output
MAINTAINERS: The docs tree has moved
Docs/kernel-parameters: Add earlycon devicetree usage
SubmittingPatches: make Subject examples match the de facto standard
Documentation: gpio: mention that <function>-gpio has been deprecated
Documentation: cgroups: just fix a few typos
Documentation: Update kselftest.txt
Documentation: DMA API: Be more explicit that nents is always the same
Documentation: Update the default value of crashkernel low
zram: update documentation
...
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/stable/sysfs-class-tpm | 4 | ||||
-rw-r--r-- | Documentation/ABI/stable/sysfs-firmware-opal-elog | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/ABI/stable/sysfs-class-tpm b/Documentation/ABI/stable/sysfs-class-tpm index 9f790eebb5d2..c0e23830f56a 100644 --- a/Documentation/ABI/stable/sysfs-class-tpm +++ b/Documentation/ABI/stable/sysfs-class-tpm | |||
@@ -116,7 +116,7 @@ Description: The "pubek" property will return the TPM's public endorsement | |||
116 | owner's authorization. Since the TPM driver doesn't store any | 116 | owner's authorization. Since the TPM driver doesn't store any |
117 | secrets, it can't authorize its own request for the pubek, | 117 | secrets, it can't authorize its own request for the pubek, |
118 | making it unaccessible. The public endorsement key is gener- | 118 | making it unaccessible. The public endorsement key is gener- |
119 | ated at TPM menufacture time and exists for the life of the | 119 | ated at TPM manufacture time and exists for the life of the |
120 | chip. | 120 | chip. |
121 | 121 | ||
122 | Example output: | 122 | Example output: |
@@ -163,7 +163,7 @@ Date: April 2006 | |||
163 | KernelVersion: 2.6.17 | 163 | KernelVersion: 2.6.17 |
164 | Contact: tpmdd-devel@lists.sf.net | 164 | Contact: tpmdd-devel@lists.sf.net |
165 | Description: The "temp_deactivated" property returns a '1' if the chip has | 165 | Description: The "temp_deactivated" property returns a '1' if the chip has |
166 | been temporarily dectivated, usually until the next power | 166 | been temporarily deactivated, usually until the next power |
167 | cycle. Whether a warm boot (reboot) will clear a TPM chip | 167 | cycle. Whether a warm boot (reboot) will clear a TPM chip |
168 | from a temp_deactivated state is platform specific. | 168 | from a temp_deactivated state is platform specific. |
169 | 169 | ||
diff --git a/Documentation/ABI/stable/sysfs-firmware-opal-elog b/Documentation/ABI/stable/sysfs-firmware-opal-elog index e1f3058f5954..2536434d49d0 100644 --- a/Documentation/ABI/stable/sysfs-firmware-opal-elog +++ b/Documentation/ABI/stable/sysfs-firmware-opal-elog | |||
@@ -57,4 +57,4 @@ Description: | |||
57 | Shortly after acknowledging it, the log | 57 | Shortly after acknowledging it, the log |
58 | entry will be removed from sysfs. | 58 | entry will be removed from sysfs. |
59 | Reading this file will list the supported | 59 | Reading this file will list the supported |
60 | operations (curently just acknowledge). \ No newline at end of file | 60 | operations (currently just acknowledge). |