All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Jinchao Wang <wjc@cdjrlc.com>
Cc: gregkh@linuxfoundation.org, rafael@kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] driver: base: Prefer unsigned int to bare use of unsigned
Date: Mon, 28 Jun 2021 13:18:53 +0100	[thread overview]
Message-ID: <20210628121853.GA4492@sirena.org.uk> (raw)
In-Reply-To: <20210626073408.12448-1-wjc@cdjrlc.com>

[-- Attachment #1: Type: text/plain, Size: 643 bytes --]

On Sat, Jun 26, 2021 at 03:34:08PM +0800, Jinchao Wang wrote:
> Fix checkpatch warnings:
>     WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
> 
> Signed-off-by: Jinchao Wang <wjc@cdjrlc.com>
> ---
>  drivers/base/cpu.c                   |  4 ++--
>  drivers/base/map.c                   | 12 ++++++------
>  drivers/base/node.c                  |  8 ++++----
>  drivers/base/regmap/regmap-debugfs.c |  2 +-
>  drivers/base/regmap/regmap-mmio.c    |  2 +-
>  drivers/base/regmap/regmap.c         |  6 +++---

Please don't mix changes for multiple subsystems into single patches,
send at least one patch per subsystem.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

      reply	other threads:[~2021-06-28 12:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-26  7:34 [PATCH] driver: base: Prefer unsigned int to bare use of unsigned Jinchao Wang
2021-06-28 12:18 ` Mark Brown [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=20210628121853.GA4492@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=wjc@cdjrlc.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.