Discussion:
[PATCH] docs: Remove stray </a>
John Kacur
2013-11-25 15:10:52 UTC
Permalink
Remove a stray </a> without a paired <a>. This was probably left over from
an early edit. It doesn't cause any harm for html parsers that ignore it,
but can cause complaints by tools that look for problems in xml.

Signed-off-by: John Kacur <jkacur at redhat.com>
---
docs/oscilloscope+tuna.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/oscilloscope+tuna.html b/docs/oscilloscope+tuna.html
index 9bba9ae..f22966f 100644
--- a/docs/oscilloscope+tuna.html
+++ b/docs/oscilloscope+tuna.html
@@ -103,7 +103,7 @@ OSADL - The Open Source Automation Development Lab

<p class="news-single-author">By: Carsten Emde (Used by permission)</p>
<h3>New versatile tools are helping us to manage real-time challenges under Linux (but you still can't tuna fish).</h3>
- <div class="news-single-img"><img src="uploads/pics/spike.gif" width="144" height="107" border="0" alt="" title="" /></a><p class="news-single-imgcaption">The "CyclictestoSCOPE" in action</p></div>
+ <div class="news-single-img"><img src="uploads/pics/spike.gif" width="144" height="107" border="0" alt="" title="" /><p class="news-single-imgcaption">The "CyclictestoSCOPE" in action</p></div>
<p class="bodytext">Do you wish you had a built-in oscilloscope that continuously displays the latency of your system? Here is one - thanks to Arnaldo Carvalho de Melo who not only wrote the <strong>oscilloscope</strong> but also the graphical process inspection and modification tool <strong>tuna</strong> that is part of the same tool package. In addition, these tools are not only very versatile tools that help us to manage real-time challenges - they also are excellent examples of the power and the beauty of the Python script language and its libraries. <br />
</p>
<p class="bodytext">However, before we can install and run these tools, we must learn a little bit about <strong>cyclictest</strong> and its command line arguments, since this is where oscilloscope gets its data from.
</p>
<h5>Cyclictest<br /></h5>
--
1.8.1.4
Anton Arapov
2013-12-02 11:05:03 UTC
Permalink
Post by John Kacur
Remove a stray </a> without a paired <a>. This was probably left over from
an early edit. It doesn't cause any harm for html parsers that ignore it,
but can cause complaints by tools that look for problems in xml.
Signed-off-by: John Kacur <jkacur at redhat.com>
---
docs/oscilloscope+tuna.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/oscilloscope+tuna.html b/docs/oscilloscope+tuna.html
index 9bba9ae..f22966f 100644
--- a/docs/oscilloscope+tuna.html
+++ b/docs/oscilloscope+tuna.html
@@ -103,7 +103,7 @@ OSADL - The Open Source Automation Development Lab
<p class="news-single-author">By: Carsten Emde (Used by permission)</p>
<h3>New versatile tools are helping us to manage real-time challenges under Linux (but you still can't tuna fish).</h3>
- <div class="news-single-img"><img src="uploads/pics/spike.gif" width="144" height="107" border="0" alt="" title="" /></a><p class="news-single-imgcaption">The "CyclictestoSCOPE" in action</p></div>
+ <div class="news-single-img"><img src="uploads/pics/spike.gif" width="144" height="107" border="0" alt="" title="" /><p class="news-single-imgcaption">The "CyclictestoSCOPE" in action</p></div>
<p class="bodytext">Do you wish you had a built-in oscilloscope that continuously displays the latency of your system? Here is one - thanks to Arnaldo Carvalho de Melo who not only wrote the <strong>oscilloscope</strong> but also the graphical process inspection and modification tool <strong>tuna</strong> that is part of the same tool package. In addition, these tools are not only very versatile tools that help us to manage real-time challenges - they also are excellent examples of the power and the beauty of the Python script language and its libraries. <br />
</p>
<p class="bodytext">However, before we can install and run these tools, we must learn a little bit about <strong>cyclictest</strong> and its command line arguments, since this is where oscilloscope gets its data from.
</p>
<h5>Cyclictest<br /></h5>
--
1.8.1.4
ACK

Dunno, if JiriK wants any ACKs though :)
Post by John Kacur
_______________________________________________
tuna-devel mailing list
tuna-devel at lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/tuna-devel
Jiri Kastner
2013-12-02 15:13:37 UTC
Permalink
Post by Anton Arapov
ACK
Dunno, if JiriK wants any ACKs though :)
thanks, no for this particular patch i do not need any ack ;)
Anton Arapov
2013-12-02 16:42:58 UTC
Permalink
Post by Jiri Kastner
Post by Anton Arapov
ACK
Dunno, if JiriK wants any ACKs though :)
thanks, no for this particular patch i do not need any ack ;)
I just felt guilty that this patch didn't get enough attention.

thank you Jiri,

Anton
Post by Jiri Kastner
_______________________________________________
tuna-devel mailing list
tuna-devel at lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/tuna-devel
Arnaldo Carvalho de Melo
2013-12-02 20:01:06 UTC
Permalink
Post by Jiri Kastner
Post by Anton Arapov
ACK
Dunno, if JiriK wants any ACKs though :)
thanks, no for this particular patch i do not need any ack ;)
When processing kernel patches I take any ack no matter what, to feel
further encourage the person offering it to participate in the
development process.

And add it to the commit log as:

Acked-by: Anton Arapov <anton at redhat.com>

- Arnaldo
Jiri Kastner
2013-12-04 08:03:30 UTC
Permalink
Post by Arnaldo Carvalho de Melo
When processing kernel patches I take any ack no matter what, to feel
further encourage the person offering it to participate in the
development process.
Acked-by: Anton Arapov <anton at redhat.com>
- Arnaldo
well, this patch was so trivial, that i took it as 'testing' one to verify that pushing works :)

j.
John Kacur
2013-12-04 13:06:32 UTC
Permalink
----- Original Message -----
Post by Jiri Kastner
Post by Arnaldo Carvalho de Melo
When processing kernel patches I take any ack no matter what, to feel
further encourage the person offering it to participate in the
development process.
Acked-by: Anton Arapov <anton at redhat.com>
- Arnaldo
well, this patch was so trivial, that i took it as 'testing' one to verify
that pushing works :)
Yeah, far to trivial to ack. However, the xml verifier in the errata tool
trips over it so that it requires an explicit exception, so we need it!
John Kacur
2013-12-04 13:05:20 UTC
Permalink
----- Original Message -----
Post by Arnaldo Carvalho de Melo
Post by Jiri Kastner
Post by Anton Arapov
ACK
Dunno, if JiriK wants any ACKs though :)
thanks, no for this particular patch i do not need any ack ;)
When processing kernel patches I take any ack no matter what, to feel
further encourage the person offering it to participate in the
development process.
Acked-by: Anton Arapov <anton at redhat.com>
- Arnaldo
_______________________________________________
tuna-devel mailing list
tuna-devel at lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/tuna-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ack.jpg
Type: image/jpeg
Size: 11580 bytes
Desc: not available
URL: <Loading Image...>
Loading...