diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-14 17:29:31 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-14 17:29:31 -0400 |
| commit | e6ecec342fefc2df01438cb0b8bacdd8641a6418 (patch) | |
| tree | 44de6f64588253a2787390cb14ab78a6f5992813 /Documentation/driver-api | |
| parent | 747f62305dfb8a592835c7401069bfdbc06acbae (diff) | |
| parent | 3d83d3188460bf97afa0ac9895265422411e473a (diff) | |
Merge tag 'docs-4.19' of git://git.lwn.net/linux
Pull documentation update from Jonathan Corbet:
"This was a moderately busy cycle for docs, with the usual collection
of small fixes and updates.
We also have new ktime_get_*() docs from Arnd, some kernel-doc fixes,
a new set of Italian translations (non so se vale la pena, ma non fa
male - speriamo bene), and some extensive early memory-management
documentation improvements from Mike Rapoport"
* tag 'docs-4.19' of git://git.lwn.net/linux: (52 commits)
Documentation: corrections to console/console.txt
Documentation: add ioctl number entry for v4l2-subdev.h
Remove gendered language from management style documentation
scripts/kernel-doc: Escape all literal braces in regexes
docs/mm: add description of boot time memory management
docs/mm: memblock: add overview documentation
docs/mm: memblock: add kernel-doc description for memblock types
docs/mm: memblock: add kernel-doc comments for memblock_add[_node]
docs/mm: memblock: update kernel-doc comments
mm/memblock: add a name for memblock flags enumeration
docs/mm: bootmem: add overview documentation
docs/mm: bootmem: add kernel-doc description of 'struct bootmem_data'
docs/mm: bootmem: fix kernel-doc warnings
docs/mm: nobootmem: fixup kernel-doc comments
mm/bootmem: drop duplicated kernel-doc comments
Documentation: vm.txt: Adding 'nr_hugepages_mempolicy' parameter description.
doc:it_IT: translation for kernel-hacking
docs: Fix the reference labels in Locking.rst
doc: tracing: Fix a typo of trace_stat
mm: Introduce new type vm_fault_t
...
Diffstat (limited to 'Documentation/driver-api')
| -rw-r--r-- | Documentation/driver-api/mtdnand.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/mtdnand.rst b/Documentation/driver-api/mtdnand.rst index dcd63599f700..c55a6034c397 100644 --- a/Documentation/driver-api/mtdnand.rst +++ b/Documentation/driver-api/mtdnand.rst | |||
| @@ -374,7 +374,7 @@ The nand driver supports three different types of hardware ECC. | |||
| 374 | 374 | ||
| 375 | - NAND_ECC_HW8_512 | 375 | - NAND_ECC_HW8_512 |
| 376 | 376 | ||
| 377 | Hardware ECC generator providing 6 bytes ECC per 512 byte. | 377 | Hardware ECC generator providing 8 bytes ECC per 512 byte. |
| 378 | 378 | ||
| 379 | If your hardware generator has a different functionality add it at the | 379 | If your hardware generator has a different functionality add it at the |
| 380 | appropriate place in nand_base.c | 380 | appropriate place in nand_base.c |
| @@ -889,7 +889,7 @@ Use these constants to select the ECC algorithm:: | |||
| 889 | #define NAND_ECC_HW3_512 3 | 889 | #define NAND_ECC_HW3_512 3 |
| 890 | /* Hardware ECC 6 byte ECC per 512 Byte data */ | 890 | /* Hardware ECC 6 byte ECC per 512 Byte data */ |
| 891 | #define NAND_ECC_HW6_512 4 | 891 | #define NAND_ECC_HW6_512 4 |
| 892 | /* Hardware ECC 6 byte ECC per 512 Byte data */ | 892 | /* Hardware ECC 8 byte ECC per 512 Byte data */ |
| 893 | #define NAND_ECC_HW8_512 6 | 893 | #define NAND_ECC_HW8_512 6 |
| 894 | 894 | ||
| 895 | 895 | ||
