diff options
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0079-fix-typo-use-consistent-spacing.patch')
-rw-r--r-- | recipes-kernel/cryptodev/sdk_patches/0079-fix-typo-use-consistent-spacing.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0079-fix-typo-use-consistent-spacing.patch b/recipes-kernel/cryptodev/sdk_patches/0079-fix-typo-use-consistent-spacing.patch deleted file mode 100644 index 7003692b..00000000 --- a/recipes-kernel/cryptodev/sdk_patches/0079-fix-typo-use-consistent-spacing.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | From 9c8d7ce749931de6c7604b3b8be44d4a17bcd7d1 Mon Sep 17 00:00:00 2001 | ||
2 | From: Cristian Stoica <cristian.stoica@nxp.com> | ||
3 | Date: Fri, 28 Oct 2016 09:11:13 +0300 | ||
4 | Subject: [PATCH 079/104] fix typo, use consistent spacing | ||
5 | |||
6 | Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com> | ||
7 | --- | ||
8 | tests/async_speed_multi.sh | 4 ++-- | ||
9 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
10 | |||
11 | diff --git a/tests/async_speed_multi.sh b/tests/async_speed_multi.sh | ||
12 | index 991e190..125d45c 100755 | ||
13 | --- a/tests/async_speed_multi.sh | ||
14 | +++ b/tests/async_speed_multi.sh | ||
15 | @@ -96,8 +96,8 @@ function run_parallel | ||
16 | echo "all_cpu idle : $cpu_idle %" | ||
17 | echo | ||
18 | else | ||
19 | - echo -e "algorithm\t""threads\t""runtime\t"\ | ||
20 | - "buf_size\t""GB/s\t""%cpu_idle" | ||
21 | + echo -e "algorithm\t""threads\t""run time\t"\ | ||
22 | + "buffer size\t""GB/s\t""%cpu idle" | ||
23 | echo -e "${alg_name}\t${mvalue}\t${runtime}\t"\ | ||
24 | "${nvalue}\t${avg_speed}\t${cpu_idle}" | ||
25 | fi | ||
26 | -- | ||
27 | 2.10.2 | ||
28 | |||