mutli -> multi
Signed-off-by: Wang Yong wangyong0117@qq.com --- tests/analyze-suspend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/analyze-suspend b/tests/analyze-suspend index 59bb75c87..45f2b95b6 100755 --- a/tests/analyze-suspend +++ b/tests/analyze-suspend @@ -17,7 +17,7 @@ cmd=sleepgraph.py echo options: mode: $mode, runtime: $runtime, rtcwake: $rtcwake, multi: $multi, option: $option options="" [ -n "$mode" ] || mode='freeze' -[ -n "$multi" ] || mutli=1 +[ -n "$multi" ] || multi=1 [ -n "$runtime" ] || runtime=600 [ -n "$rtcwake" ] || rtcwake=30 [ -n "$idle_time" ] || idle_time=0
On Tue, Dec 08, 2020 at 04:21:04PM +0800, Wang Yong wrote:
mutli -> multi
Signed-off-by: Wang Yong wangyong0117@qq.com
tests/analyze-suspend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/analyze-suspend b/tests/analyze-suspend index 59bb75c87..45f2b95b6 100755 --- a/tests/analyze-suspend +++ b/tests/analyze-suspend @@ -17,7 +17,7 @@ cmd=sleepgraph.py echo options: mode: $mode, runtime: $runtime, rtcwake: $rtcwake, multi: $multi, option: $option options="" [ -n "$mode" ] || mode='freeze' -[ -n "$multi" ] || mutli=1 +[ -n "$multi" ] || multi=1 [ -n "$runtime" ] || runtime=600 [ -n "$rtcwake" ] || rtcwake=30 [ -n "$idle_time" ] || idle_time=0
^------ if only these fields, keep aligned "||" Thanks, Liushaofei
-- 2.23.0
On Tue, Dec 08, 2020 at 04:40:30PM +0800, Liu Shaofei wrote:
On Tue, Dec 08, 2020 at 04:21:04PM +0800, Wang Yong wrote:
mutli -> multi
Signed-off-by: Wang Yong wangyong0117@qq.com
tests/analyze-suspend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/analyze-suspend b/tests/analyze-suspend index 59bb75c87..45f2b95b6 100755 --- a/tests/analyze-suspend +++ b/tests/analyze-suspend @@ -17,7 +17,7 @@ cmd=sleepgraph.py echo options: mode: $mode, runtime: $runtime, rtcwake: $rtcwake, multi: $multi, option: $option options="" [ -n "$mode" ] || mode='freeze' -[ -n "$multi" ] || mutli=1 +[ -n "$multi" ] || multi=1 [ -n "$runtime" ] || runtime=600 [ -n "$rtcwake" ] || rtcwake=30 [ -n "$idle_time" ] || idle_time=0
^------ if only these fields, keep aligned "||"
ok.
Thanks, Yong