aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/raid/xor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/xor.h b/include/linux/raid/xor.h
index f0d67cbdea40..7d6c20b654fa 100644
--- a/include/linux/raid/xor.h
+++ b/include/linux/raid/xor.h
@@ -5,7 +5,7 @@
5 5
6#define MAX_XOR_BLOCKS 5 6#define MAX_XOR_BLOCKS 5
7 7
8extern void xor_block(unsigned int count, unsigned int bytes, void **ptr); 8extern void xor_blocks(unsigned int count, unsigned int bytes, void **ptr);
9 9
10struct xor_block_template { 10struct xor_block_template {
11 struct xor_block_template *next; 11 struct xor_block_template *next;