linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Harald Seiler <hws@denx.de>
To: Linux Trace Devel <linux-trace-devel@vger.kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>, Harald Seiler <hws@denx.de>
Subject: [PATCH] libtracefs: Add missing ) in tracefs_sql docs
Date: Wed,  1 Jun 2022 01:58:06 +0200	[thread overview]
Message-ID: <20220531235806.47553-1-hws@denx.de> (raw)

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


             reply	other threads:[~2022-05-31 23:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-31 23:58 Harald Seiler [this message]
2022-06-02  8:55 ` [PATCH] libtracefs: Add missing ) in tracefs_sql docs Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220531235806.47553-1-hws@denx.de \
    --to=hws@denx.de \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).