android_kernel_samsung_univ.../lib/raid6
Max Filippov c28399b594 raid6/test: replace echo -e with printf
-e is a non-standard echo option, echo output is
implementation-dependent when it is used. Replace echo -e with printf as
suggested by POSIX echo manual.

Cc: NeilBrown <neilb@suse.de>
Cc: Jim Kukunas <james.t.kukunas@linux.intel.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
2013-08-27 16:06:06 +10:00
..
test raid6/test: replace echo -e with printf 2013-08-27 16:06:06 +10:00
.gitignore
algos.c RAID: add tilegx SIMD implementation of raid6 2013-08-27 16:05:50 +10:00
altivec.uc
avx2.c
int.uc
Makefile RAID: add tilegx SIMD implementation of raid6 2013-08-27 16:05:50 +10:00
mktables.c
mmx.c
recov_avx2.c
recov_ssse3.c
recov.c
sse1.c
sse2.c
tilegx.uc RAID: add tilegx SIMD implementation of raid6 2013-08-27 16:05:50 +10:00
unroll.awk
x86.h