summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLocal account frq07285 <frq07285@lmenx30s.lme.st.com>2015-03-26 09:07:55 +0100
committerVincent Guittot <vincent.guittot@linaro.org>2015-05-18 13:40:56 +0200
commite7db5c27c2cc0b542422730773272ee9a2b662ed (patch)
treea652e2986ae8e0fd6b5134f36cb543f50f64193a
parent02b767027c275e23e09b134be472ab353d99103f (diff)
rt-app: remove useless comma
remove useless comma in order to comply with json rules Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
-rw-r--r--doc/examples/tutorial/example2.json2
-rw-r--r--doc/examples/tutorial/example4.json4
-rw-r--r--doc/examples/tutorial/example5.json12
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/examples/tutorial/example2.json b/doc/examples/tutorial/example2.json
index 08b757e..6bf8973 100644
--- a/doc/examples/tutorial/example2.json
+++ b/doc/examples/tutorial/example2.json
@@ -20,6 +20,6 @@
"logdir" : "./",
"log_basename" : "rt-app2",
"ftrace" : true,
- "gnuplot" : true,
+ "gnuplot" : true
}
}
diff --git a/doc/examples/tutorial/example4.json b/doc/examples/tutorial/example4.json
index c2d0f94..185ef58 100644
--- a/doc/examples/tutorial/example4.json
+++ b/doc/examples/tutorial/example4.json
@@ -15,6 +15,6 @@
"run" : 10000,
"resume" : "thread0",
"suspend" : "thread1"
- },
- },
+ }
+ }
}
diff --git a/doc/examples/tutorial/example5.json b/doc/examples/tutorial/example5.json
index d3f9d7b..4ad421a 100644
--- a/doc/examples/tutorial/example5.json
+++ b/doc/examples/tutorial/example5.json
@@ -24,9 +24,9 @@
"unlock": "mutex",
"run": 100000,
"resume" : "thread1",
- "timer": { "ref" : "tick", "period" : 200000},
- },
- },
+ "timer": { "ref" : "tick", "period" : 200000}
+ }
+ }
},
"thread1": {
"priority": -19,
@@ -39,7 +39,7 @@
"suspend" : "thread1",
"run": 10000,
"suspend" : "thread1",
- "run": 10000,
- },
- },
+ "run": 10000
+ }
+ }
}