diff options
author | Dongsheng Yang <yangds.fnst@cn.fujitsu.com> | 2015-07-01 11:44:14 +0800 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-07-06 14:52:35 -0700 |
commit | ddd8d3b39fc9b84a3bdb94d9ac62d2b20581dca4 (patch) | |
tree | 5ae694e5678bc8450ff923c984f3afe0314d1280 /tests | |
parent | e76eeca21de23ae884e415a12809ac683960cbca (diff) |
mtd-utils: fix the trailing whitespace problems
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ubi-tests/stress-test.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ubi-tests/stress-test.sh b/tests/ubi-tests/stress-test.sh index 50c563a..a150495 100755 --- a/tests/ubi-tests/stress-test.sh +++ b/tests/ubi-tests/stress-test.sh @@ -60,12 +60,12 @@ print_params() if [ "$module" = "nandsim" ]; then printf "%s" "page size ${page_size}KiB, VID offset $vid_offs, " fi - printf "%s\n" "fastmap $fastmap" + printf "%s\n" "fastmap $fastmap" } # Load mtdram with specified size and PEB size # Usage: load_mtdram <flash size> <PEB size> -# 1. Flash size is specified in MiB +# 1. Flash size is specified in MiB # 2. PEB size is specified in KiB load_mtdram() { @@ -86,7 +86,7 @@ print_separator() # Usage: run_test <nandsim|mtdram> <flash size> <PEB size> \ # <Page size> <VID hdr offs> <enable fastmap> # 1. Simulator type (nandsim or mtdram) -# 2. Flash size is specified in MiB +# 2. Flash size is specified in MiB # 3. PEB size is specified in KiB # 4. Page size is specified in bytes (mtdram ingores this) # 5. VID header offset (mtdram ingores this) @@ -98,7 +98,7 @@ run_test() local peb_size="$3"; local page_size="$4"; local vid_offs="$5" - local fastmap="$6"; + local fastmap="$6"; local fm_supported fm_param mtdnum print_separator |