diff options
| author | NeilBrown <[email protected]> | 2010-08-11 20:44:54 +0000 |
|---|---|---|
| committer | NeilBrown <[email protected]> | 2010-08-11 20:44:54 +0000 |
| commit | a8e026c785b3fecef0ef5c00c15223542c4db8f5 (patch) | |
| tree | 580baa4e5a3e5bed4cef74a4e9a523b8010f6020 /lib/raid6/algos.c | |
| parent | Make lib/raid6/test build correctly. (diff) | |
| download | kernel-a8e026c785b3fecef0ef5c00c15223542c4db8f5.tar.gz kernel-a8e026c785b3fecef0ef5c00c15223542c4db8f5.zip | |
Further tidyup of raid6 naming in lib/raid6
Rename raid6/raid6x86.h to raid6/x86.h
and modify some comments.
Signed-off-by: NeilBrown <[email protected]>
Diffstat (limited to 'lib/raid6/algos.c')
| -rw-r--r-- | lib/raid6/algos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid6/algos.c b/lib/raid6/algos.c index df7ff72777b8..b595f560bee7 100644 --- a/lib/raid6/algos.c +++ b/lib/raid6/algos.c @@ -11,7 +11,7 @@ * ----------------------------------------------------------------------- */ /* - * raid6algos.c + * raid6/algos.c * * Algorithm list and algorithm selection for RAID-6 */ |
