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

Configure Feed

Select the types of activity you want to include in your feed.

dm vdo indexer delta-index: fix typos in comments

Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>

authored by

Matthew Sakai and committed by
Mike Snitzer
bbe434d9 eebd4e16

+2 -2
+1 -1
drivers/md/dm-vdo/indexer/delta-index.c
··· 35 35 * 36 36 * Each delta list is stored as a bit stream. Within the delta list encoding, bits and bytes are 37 37 * numbered in little endian order. Within a byte, bit 0 is the least significant bit (0x1), and 38 - * bit 7 is the most significant bit (0x80). Within a bit stream, bit 7 is the most signficant bit 38 + * bit 7 is the most significant bit (0x80). Within a bit stream, bit 7 is the most significant bit 39 39 * of byte 0, and bit 8 is the least significant bit of byte 1. Within a byte array, a byte's 40 40 * number corresponds to its index in the array. 41 41 *
+1 -1
drivers/md/dm-vdo/indexer/delta-index.h
··· 141 141 * record at the end of the list. 142 142 * 143 143 * (5) If at_end is false and is_collision is true, the delta_list entry fields refer to a 144 - * collision entry in the list, and the delta_list entry can be used a a reference to this 144 + * collision entry in the list, and the delta_list entry can be used as a reference to this 145 145 * entry. 146 146 * 147 147 * (6) If at_end is false and is_collision is false, the delta_list entry fields refer to a