diff options
| author | Christoph Hellwig <hch@lst.de> | 2026-07-15 16:47:34 +0200 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-07-22 21:14:22 -0700 |
| commit | d83f8621d94bb51b0ebe985bf4936a0414ac4241 (patch) | |
| tree | d38d574f197725bbba8cb981524fe91b21b418c6 /lib | |
| parent | fcb14df19024268bb6c1de3ce175e4a5e9f85f69 (diff) | |
| download | linux-next-d83f8621d94bb51b0ebe985bf4936a0414ac4241.tar.gz linux-next-d83f8621d94bb51b0ebe985bf4936a0414ac4241.zip | |
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>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/raid/xor/tests/xor_kunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid/xor/tests/xor_kunit.c b/lib/raid/xor/tests/xor_kunit.c index 0c2a3a420bf9..659ae3edbc25 100644 --- a/lib/raid/xor/tests/xor_kunit.c +++ b/lib/raid/xor/tests/xor_kunit.c @@ -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; |
