mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-27 17:35:18 -04:00
xor/kunit: fix a spelling error
Link: https://lore.kernel.org/20260715144825.95432-4-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
committed by
Andrew Morton
parent
2bfd85fd81
commit
75182f8d57
@@ -85,7 +85,7 @@ static void xor_test(struct kunit *test)
|
||||
xor_generate_random_data();
|
||||
|
||||
/*
|
||||
* If we're not using the entire buffer size, inject randomize
|
||||
* If we're not using the entire buffer size, inject randomized
|
||||
* alignment into the buffer.
|
||||
*/
|
||||
max_alignment = XOR_KUNIT_MAX_BYTES - len;
|
||||
|
||||
Reference in New Issue
Block a user