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

Trivial typo fixes in Documentation/block/data-integrity.txt.

Signed-off-by: Andre Noll <maan@systemlinux.org>
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

authored by

Andre Noll and committed by
Jens Axboe
61fd2167 e83c2b0f

+2 -2
+2 -2
Documentation/block/data-integrity.txt
··· 50 50 scatter-gather lists. 51 51 52 52 The controller will interleave the buffers on write and split them on 53 - read. This means that the Linux can DMA the data buffers to and from 53 + read. This means that Linux can DMA the data buffers to and from 54 54 host memory without changes to the page cache. 55 55 56 56 Also, the 16-bit CRC checksum mandated by both the SCSI and SATA specs ··· 66 66 67 67 The IP checksum is weaker than the CRC in terms of detecting bit 68 68 errors. However, the strength is really in the separation of the data 69 - buffers and the integrity metadata. These two distinct buffers much 69 + buffers and the integrity metadata. These two distinct buffers must 70 70 match up for an I/O to complete. 71 71 72 72 The separation of the data and integrity metadata buffers as well as