linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libtracefs: Add missing ) in tracefs_sql docs
@ 2022-05-31 23:58 Harald Seiler
  2022-06-02  8:55 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: Harald Seiler @ 2022-05-31 23:58 UTC (permalink / raw)
  To: Linux Trace Devel; +Cc: Steven Rostedt, Harald Seiler

Fix a small typo.

Signed-off-by: Harald Seiler <hws@denx.de>
---
 Documentation/libtracefs-sql.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/libtracefs-sql.txt b/Documentation/libtracefs-sql.txt
index ba4271e..5e48baa 100644
--- a/Documentation/libtracefs-sql.txt
+++ b/Documentation/libtracefs-sql.txt
@@ -195,7 +195,7 @@ That is:
 
 [source,c]
 --
-  select CAST(common_pid AS comm, CAST(id AS syscall) FROM sys_enter
+  select CAST(common_pid AS comm), CAST(id AS syscall) FROM sys_enter
 --
 
 Which produces:
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libtracefs: Add missing ) in tracefs_sql docs
  2022-05-31 23:58 [PATCH] libtracefs: Add missing ) in tracefs_sql docs Harald Seiler
@ 2022-06-02  8:55 ` Steven Rostedt
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2022-06-02  8:55 UTC (permalink / raw)
  To: Harald Seiler; +Cc: Linux Trace Devel

On Wed,  1 Jun 2022 01:58:06 +0200
Harald Seiler <hws@denx.de> wrote:

> Fix a small typo.
> 
> Signed-off-by: Harald Seiler <hws@denx.de>

Applied, thanks Harald!

-- Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-02  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 23:58 [PATCH] libtracefs: Add missing ) in tracefs_sql docs Harald Seiler
2022-06-02  8:55 ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).