From: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
To: rostedt@goodmis.org
Cc: linux-trace-devel@vger.kernel.org,
"Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
Subject: [PATCH 4/4] kernel-shark-qt: Fix Doxygen doc. for libkshark-model.c
Date: Wed, 29 Aug 2018 19:29:27 +0300 [thread overview]
Message-ID: <20180829162927.20200-4-y.karadz@gmail.com> (raw)
In-Reply-To: <20180829162927.20200-1-y.karadz@gmail.com>
This patch corrects some typos in the Doxygen documentation of
libkshark-model.c
Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com>
---
kernel-shark-qt/src/libkshark-model.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/kernel-shark-qt/src/libkshark-model.c b/kernel-shark-qt/src/libkshark-model.c
index 3138257..246a60c 100644
--- a/kernel-shark-qt/src/libkshark-model.c
+++ b/kernel-shark-qt/src/libkshark-model.c
@@ -5,7 +5,7 @@
*/
/**
- * @file libkshark.c
+ * @file libkshark-model.c
* @brief Visualization model for FTRACE (trace-cmd) data.
*/
@@ -16,13 +16,13 @@
// KernelShark
#include "libkshark-model.h"
-/* The index of the Upper Overflow bin. */
+/** The index of the Upper Overflow bin. */
#define UOB(histo) (histo->n_bins)
-/* The index of the Lower Overflow bin. */
+/** The index of the Lower Overflow bin. */
#define LOB(histo) (histo->n_bins + 1)
-/* For all bins */
+/** For all bins. */
# define ALLB(histo) LOB(histo)
/**
--
2.17.1
next prev parent reply other threads:[~2018-08-29 20:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-29 16:29 [PATCH 1/4] kernel-shark-qt: Change "pevent_" to "tep_" in Doxygen Yordan Karadzhov (VMware)
2018-08-29 16:29 ` [PATCH 2/4] kernel-shark-qt: Restore the alignment in libkshark-configio.c Yordan Karadzhov (VMware)
2018-08-29 16:32 ` Steven Rostedt
2018-08-29 16:35 ` Yordan Karadzhov (VMware)
2018-08-29 16:29 ` [PATCH 3/4] kernel-shark-qt: Remove TODO comment in kshark_load_data_entries() Yordan Karadzhov (VMware)
2018-08-29 16:29 ` Yordan Karadzhov (VMware) [this message]
2018-08-29 16:34 ` [PATCH 4/4] kernel-shark-qt: Fix Doxygen doc. for libkshark-model.c 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=20180829162927.20200-4-y.karadz@gmail.com \
--to=y.karadz@gmail.com \
--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).