From: Jonathan Cameron <jic23@kernel.org>
To: Miguel Robles <miguel.robles@farole.net>,
lars@metafoo.de, knaack.h@gmx.de
Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] iio: accel: Prefer unsigned int to bare use of unsigned
Date: Sun, 19 Mar 2017 10:37:42 +0000 [thread overview]
Message-ID: <4fbe24d7-ffd6-00a6-c217-75b3294c5c0a@kernel.org> (raw)
In-Reply-To: <1489707345-20053-1-git-send-email-miguel.robles@farole.net>
On 16/03/17 23:35, Miguel Robles wrote:
> Fix checkpatch warnings:
> WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
>
> Signed-off-by: Miguel Robles <miguel.robles@farole.net>
Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.
Thanks,
Jonathan
> ---
> drivers/iio/accel/bma180.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/iio/accel/bma180.c b/drivers/iio/accel/bma180.c
> index 0890934..dd84e87 100644
> --- a/drivers/iio/accel/bma180.c
> +++ b/drivers/iio/accel/bma180.c
> @@ -41,11 +41,11 @@ struct bma180_data;
>
> struct bma180_part_info {
> const struct iio_chan_spec *channels;
> - unsigned num_channels;
> + unsigned int num_channels;
> const int *scale_table;
> - unsigned num_scales;
> + unsigned int num_scales;
> const int *bw_table;
> - unsigned num_bw;
> + unsigned int num_bw;
>
> u8 int_reset_reg, int_reset_mask;
> u8 sleep_reg, sleep_mask;
> @@ -408,7 +408,7 @@ static void bma250_chip_disable(struct bma180_data *data)
> dev_err(&data->client->dev, "failed to disable the chip\n");
> }
>
> -static ssize_t bma180_show_avail(char *buf, const int *vals, unsigned n,
> +static ssize_t bma180_show_avail(char *buf, const int *vals, unsigned int n,
> bool micros)
> {
> size_t len = 0;
>
prev parent reply other threads:[~2017-03-19 10:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-16 23:35 Miguel Robles
2017-03-19 10:37 ` Jonathan Cameron [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=4fbe24d7-ffd6-00a6-c217-75b3294c5c0a@kernel.org \
--to=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miguel.robles@farole.net \
/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®