All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: [PATCH i-g-t 1/2] lib: Fix some doc warnings
Date: Sat, 19 Mar 2016 12:15:58 +0100	[thread overview]
Message-ID: <1458386159-29415-1-git-send-email-daniel.vetter@ffwll.ch> (raw)

Cc: Marius Vlad <marius.c.vlad@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 lib/igt_core.c | 2 ++
 lib/igt_kms.c  | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/lib/igt_core.c b/lib/igt_core.c
index 947a9ca37690..1f9be7d0688e 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -1435,6 +1435,8 @@ void igt_waitchildren(void)
 
 /**
  * igt_waitchildren_timeout:
+ * @seconds: timeout in seconds to wait
+ * @reasons: debug string explaining what timedout
  *
  * Wait for all children forked with igt_fork, for a maximum of @seconds.
  *
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index f9a7bb0d6bc5..73c065a31040 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -1020,11 +1020,12 @@ void kmstest_unset_all_crtcs(int drm_fd, drmModeResPtr resources)
 }
 
 /**
- * kmstest_get_crtc_idx: get the CRTC index based on its ID
+ * kmstest_get_crtc_idx:
  * @res: the libdrm resources
  * @crtc_id: the CRTC id
  *
- * This is useful since a few places of libdrm deal with CRTC masks.
+ * Get the CRTC index based on its ID. This is useful since a few places of
+ * libdrm deal with CRTC masks.
  */
 int kmstest_get_crtc_idx(drmModeRes *res, uint32_t crtc_id)
 {
-- 
2.7.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2016-03-19 11:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-19 11:15 Daniel Vetter [this message]
2016-03-19 11:15 ` [PATCH i-g-t 2/2] lib/tests: More igt_subtest_group checks Daniel Vetter

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=1458386159-29415-1-git-send-email-daniel.vetter@ffwll.ch \
    --to=daniel.vetter@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.