[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <94e99e28-0809-8ee8-5e30-2d322183fd0f@roeck-us.net>
Date: Fri, 24 Jul 2020 07:39:51 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Wang ShaoBo <bobo.shaobowang@...wei.com>
Cc: cj.chengjian@...wei.com, huawei.libin@...wei.com,
jdelvare@...e.com, linux-kernel@...r.kernel.org,
linux-hwmon@...r.kernel.org
Subject: Re: [PATCH -next] hwmon (pmbus/max20730): Whitespace cleanups in
max20730.c
On 7/24/20 3:11 AM, Wang ShaoBo wrote:
> Drop trailing whitespace.
>
> Signed-off-by: Wang ShaoBo <bobo.shaobowang@...wei.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
Powered by blists - more mailing lists