From: Mike Galbraith <efault@gmx.de>
To: Liu Song <liusong@linux.alibaba.com>,
mingo@redhat.com, peterz@infradead.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sched/eevdf: using leftmost improves the readability of the code
Date: Mon, 15 Jan 2024 08:41:22 +0100 [thread overview]
Message-ID: <61ba46217934e70f14e84b7b3e467c033854b6c3.camel@gmx.de> (raw)
In-Reply-To: <20240115044619.34718-1-liusong@linux.alibaba.com>
On Mon, 2024-01-15 at 12:46 +0800, Liu Song wrote:
> Using 'leftmost' enhances code readability..
Not even a little bit, it's already blatantly obvious at a glance.
> Signed-off-by: Liu Song <liusong@linux.alibaba.com>
> ---
> kernel/sched/fair.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
> index f2bb83675e4a..4247584258ae 100644
> --- a/kernel/sched/fair.c
> +++ b/kernel/sched/fair.c
> @@ -848,12 +848,12 @@ struct sched_entity *__pick_root_entity(struct cfs_rq *cfs_rq)
>
> struct sched_entity *__pick_first_entity(struct cfs_rq *cfs_rq)
> {
> - struct rb_node *left = rb_first_cached(&cfs_rq->tasks_timeline);
> + struct rb_node *leftmost = rb_first_cached(&cfs_rq->tasks_timeline);
>
> - if (!left)
> + if (!leftmost)
> return NULL;
>
> - return __node_2_se(left);
> + return __node_2_se(leftmost);
> }
>
> /*
prev parent reply other threads:[~2024-01-15 7:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-15 4:46 Liu Song
2024-01-15 7:41 ` Mike Galbraith [this message]
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=61ba46217934e70f14e84b7b3e467c033854b6c3.camel@gmx.de \
--to=efault@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=liusong@linux.alibaba.com \
--cc=mingo@redhat.com \
--cc=peterz@infradead.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
all inboxes | Powered by JetHome®