All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <pvorel@suse.cz>
To: Yang Xu <xuyang2018.jy@fujitsu.com>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH 2/2] gettimeofday02: Convert docs to docparse
Date: Mon, 18 Dec 2023 13:45:40 +0100	[thread overview]
Message-ID: <20231218124540.GA197798@pevik> (raw)
In-Reply-To: <20231218062129.130236-2-xuyang2018.jy@fujitsu.com>

> Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
> ---
>  testcases/kernel/syscalls/gettimeofday/gettimeofday02.c | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)

> diff --git a/testcases/kernel/syscalls/gettimeofday/gettimeofday02.c b/testcases/kernel/syscalls/gettimeofday/gettimeofday02.c
> index 7c462cc29..fcd027df5 100644
> --- a/testcases/kernel/syscalls/gettimeofday/gettimeofday02.c
> +++ b/testcases/kernel/syscalls/gettimeofday/gettimeofday02.c
> @@ -4,13 +4,12 @@
>   * Copyright (C) 2017 Cyril Hrubis <chrubis@suse.cz>
>   */

> -/*
> +/*\
>   * DESCRIPTION
FYI this needs to be [Description] to have unified formatting in generated docs
(bold). I fixed it together with gettimeofday01.c.

Kind regards,
Petr

> - *	Check if gettimeofday is monotonous
> + * Check if gettimeofday is monotonous during 10s
>   *
> - * ALGORITHM
> - *	Call gettimeofday() to get a t1 (fist value)
> - *	call it again to get t2, see if t2 < t1, set t2 = t1, repeat for 10 sec
> + * - Call gettimeofday() to get a t1 (fist value)
> + * - Call it again to get t2, see if t2 < t1, set t2 = t1, repeat for 10 sec
>   */

>  #include <stdint.h>

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

  parent reply	other threads:[~2023-12-18 12:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-18  6:21 [LTP] [PATCH 1/2] gettimeofday01: Convert to new API Yang Xu
2023-12-18  6:21 ` [LTP] [PATCH 2/2] gettimeofday02: Convert docs to docparse Yang Xu
2023-12-18  8:47   ` Li Wang
2023-12-18 12:45   ` Petr Vorel [this message]
2023-12-19  2:07     ` Yang Xu (Fujitsu)
2023-12-18  8:47 ` [LTP] [PATCH 1/2] gettimeofday01: Convert to new API Li Wang
2023-12-18  9:31   ` Yang Xu (Fujitsu)

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=20231218124540.GA197798@pevik \
    --to=pvorel@suse.cz \
    --cc=ltp@lists.linux.it \
    --cc=xuyang2018.jy@fujitsu.com \
    /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.