All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Wang ShaoBo <bobo.shaobowang@huawei.com>
Cc: cj.chengjian@huawei.com, huawei.libin@huawei.com,
	jdelvare@suse.com, linux-kernel@vger.kernel.org,
	linux-hwmon@vger.kernel.org
Subject: Re: [PATCH -next] hwmon (pmbus/max20730): Whitespace cleanups in max20730.c
Date: Fri, 24 Jul 2020 07:39:51 -0700	[thread overview]
Message-ID: <94e99e28-0809-8ee8-5e30-2d322183fd0f@roeck-us.net> (raw)
In-Reply-To: <20200724101159.48622-1-bobo.shaobowang@huawei.com>

On 7/24/20 3:11 AM, Wang ShaoBo wrote:
> Drop trailing whitespace.
> 
> Signed-off-by: Wang ShaoBo <bobo.shaobowang@huawei.com>
> ---
>  drivers/hwmon/pmbus/max20730.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/hwmon/pmbus/max20730.c b/drivers/hwmon/pmbus/max20730.c
> index 3ddc19b81b90..87d936d45d65 100644
> --- a/drivers/hwmon/pmbus/max20730.c
> +++ b/drivers/hwmon/pmbus/max20730.c
> @@ -309,7 +309,7 @@ static int max20730_probe(struct i2c_client *client,
>  				     I2C_FUNC_SMBUS_READ_WORD_DATA |
>  				     I2C_FUNC_SMBUS_BLOCK_DATA))
>  		return -ENODEV;
> -	
> +
>  	ret = i2c_smbus_read_block_data(client, PMBUS_MFR_ID, buf);
>  	if (ret < 0) {
>  		dev_err(&client->dev, "Failed to read Manufacturer ID\n");
> @@ -373,7 +373,7 @@ static int max20730_probe(struct i2c_client *client,
>  	ret = pmbus_do_probe(client, id, &data->info);
>  	if (ret < 0)
>  		return ret;
> -	
> +
>  	return 0;

The code you are fixing is not in the mainline kernel, and your patch
does not apply.

Guenter

  reply	other threads:[~2020-07-24 14:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24 10:11 [PATCH -next] hwmon (pmbus/max20730): Whitespace cleanups in max20730.c Wang ShaoBo
2020-07-24 14:39 ` Guenter Roeck [this message]
2020-07-24 14:42   ` Guenter Roeck

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=94e99e28-0809-8ee8-5e30-2d322183fd0f@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=bobo.shaobowang@huawei.com \
    --cc=cj.chengjian@huawei.com \
    --cc=huawei.libin@huawei.com \
    --cc=jdelvare@suse.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.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.