From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Qing Wang <wangqing@vivo.com>
Cc: "Konrad Rzeszutek Wilk" <konrad.wilk@oracle.com>,
"Jens Axboe" <axboe@kernel.dk>,
"Michael Turquette" <mturquette@baylibre.com>,
"Stephen Boyd" <sboyd@kernel.org>,
"Jani Nikula" <jani.nikula@linux.intel.com>,
"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"David Airlie" <airlied@linux.ie>,
"Daniel Vetter" <daniel@ffwll.ch>,
"Alex Deucher" <alexander.deucher@amd.com>,
"Christian König" <christian.koenig@amd.com>,
"Pan, Xinhui" <Xinhui.Pan@amd.com>,
"Srinivas Pandruvada" <srinivas.pandruvada@linux.intel.com>,
"Jiri Kosina" <jikos@kernel.org>,
"Benjamin Tissoires" <benjamin.tissoires@redhat.com>,
"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
"Alasdair Kergon" <agk@redhat.com>,
"Mike Snitzer" <snitzer@redhat.com>,
dm-devel@redhat.com, "Mauro Carvalho Chehab" <mchehab@kernel.org>,
"Hans Verkuil" <hverkuil@xs4all.nl>,
xen-devel@lists.xenproject.org, linux-block@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
amd-gfx@lists.freedesktop.org, linux-input@vger.kernel.org,
linux-media@vger.kernel.org
Subject: Re: [PATCH V3 1/13] block: xen: use time_is_before_eq_jiffies() instead of open coding it
Date: Tue, 15 Feb 2022 10:45:34 +0100 [thread overview]
Message-ID: <Ygt2Pr26MHOMGgR1@Air-de-Roger> (raw)
In-Reply-To: <1644890154-64915-2-git-send-email-wangqing@vivo.com>
On Mon, Feb 14, 2022 at 05:55:38PM -0800, Qing Wang wrote:
> From: Wang Qing <wangqing@vivo.com>
>
> Use the helper function time_is_{before,after}_jiffies() to improve
> code readability.
>
> Signed-off-by: Wang Qing <wangqing@vivo.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Thanks, Roger.
next prev parent reply other threads:[~2022-02-15 9:45 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-15 1:55 [PATCH V3 00/13] use time_is_{before,after}_jiffies() instead of open coding it Qing Wang
2022-02-15 1:55 ` [PATCH V3 1/13] block: xen: use time_is_before_eq_jiffies() " Qing Wang
2022-02-15 9:45 ` Roger Pau Monné [this message]
2022-02-15 1:55 ` [PATCH V3 2/13] clk: mvebu: " Qing Wang
2022-02-15 1:55 ` [PATCH V3 3/13] gpu: drm: i915: use time_is_after_jiffies() " Qing Wang
2022-02-15 1:55 ` [PATCH V3 4/13] gpu: drm: radeon: use time_is_before_jiffies() " Qing Wang
2022-02-15 1:55 ` [PATCH V3 5/13] hid: use time_is_after_jiffies() " Qing Wang
2022-02-15 8:47 ` Benjamin Tissoires
[not found] ` <AFkA4QAPE2Ol9ndmGVhdHKpl.9.1644914882392.Hmail.wangqing@vivo.com.@PENBTy1od0pKSzV5ZVcrS192THBXVjl0M1RzRWRrMHhDTy1FVHhlSnNYTTJjMTE3SnpOd0BtYWlsLmdtYWlsLmNvbT4=>
2022-02-15 9:03 ` 王擎
2022-02-15 1:55 ` [PATCH V3 6/13] input: serio: use time_is_before_jiffies() " Qing Wang
2022-02-15 8:48 ` Benjamin Tissoires
2022-02-15 22:59 ` Dmitry Torokhov
2022-02-15 1:55 ` [PATCH V3 7/13] md: use time_is_before_jiffies(() " Qing Wang
2022-02-15 1:55 ` [PATCH V3 10/13] md: use time_is_before_eq_jiffies() " Qing Wang
2022-02-15 1:55 ` [PATCH V3 9/13] media: si21xx: use time_is_before_jiffies() " Qing Wang
2022-02-15 1:55 ` [PATCH V3 10/13] media: stv0299: " Qing Wang
2022-02-15 1:55 ` [PATCH V3 11/13] media: tda8083: use time_is_after_jiffies() " Qing Wang
2022-02-15 1:55 ` [PATCH V3 12/13] media: wl128x: use time_is_before_jiffies() " Qing Wang
2022-02-15 1:55 ` [PATCH V3 13/13] media: vivid: use time_is_after_jiffies() " Qing Wang
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=Ygt2Pr26MHOMGgR1@Air-de-Roger \
--to=roger.pau@citrix.com \
--cc=Xinhui.Pan@amd.com \
--cc=agk@redhat.com \
--cc=airlied@linux.ie \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=axboe@kernel.dk \
--cc=benjamin.tissoires@redhat.com \
--cc=christian.koenig@amd.com \
--cc=daniel@ffwll.ch \
--cc=dm-devel@redhat.com \
--cc=dmitry.torokhov@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=hverkuil@xs4all.nl \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=jikos@kernel.org \
--cc=joonas.lahtinen@linux.intel.com \
--cc=konrad.wilk@oracle.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=mturquette@baylibre.com \
--cc=rodrigo.vivi@intel.com \
--cc=sboyd@kernel.org \
--cc=snitzer@redhat.com \
--cc=srinivas.pandruvada@linux.intel.com \
--cc=wangqing@vivo.com \
--cc=xen-devel@lists.xenproject.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