All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yury Norov <yury.norov@gmail.com>
To: Joel Savitz <jsavitz@redhat.com>
Cc: linux-kernel@vger.kernel.org,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	trivial@kernel.org
Subject: Re: [PATCH] cpumask: align text in comment
Date: Thu, 20 Mar 2025 17:52:33 -0400	[thread overview]
Message-ID: <Z9yOIRO0lm83TifM@thinkpad> (raw)
In-Reply-To: <20250319161218.24430-1-jsavitz@redhat.com>

On Wed, Mar 19, 2025 at 12:12:18PM -0400, Joel Savitz wrote:
> Since commit 4e1a7df45480 ("cpumask: Add enabled cpumask
> for present CPUs that can be brought online") introduced
> cpu_enabled_mask, the comment line describing the mask
> has been slightly out of alignment with the adjacent
> lines.
> 
> Fix this by removing a single space character.
> 
> Signed-off-by: Joel Savitz <jsavitz@redhat.com>

Applied,

Thanks,
Yury

> ---
>  include/linux/cpumask.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h
> index 36a890d0dd57..c281990c000f 100644
> --- a/include/linux/cpumask.h
> +++ b/include/linux/cpumask.h
> @@ -81,7 +81,7 @@ static __always_inline void set_nr_cpu_ids(unsigned int nr)
>   *
>   *     cpu_possible_mask- has bit 'cpu' set iff cpu is populatable
>   *     cpu_present_mask - has bit 'cpu' set iff cpu is populated
> - *     cpu_enabled_mask  - has bit 'cpu' set iff cpu can be brought online
> + *     cpu_enabled_mask - has bit 'cpu' set iff cpu can be brought online
>   *     cpu_online_mask  - has bit 'cpu' set iff cpu available to scheduler
>   *     cpu_active_mask  - has bit 'cpu' set iff cpu available to migration
>   *
> -- 
> 2.45.2

      reply	other threads:[~2025-03-20 21:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-19 16:12 [PATCH] cpumask: align text in comment Joel Savitz
2025-03-20 21:52 ` Yury Norov [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=Z9yOIRO0lm83TifM@thinkpad \
    --to=yury.norov@gmail.com \
    --cc=jsavitz@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=trivial@kernel.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.