linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Zheng Yongjun <zhengyongjun3@huawei.com>
Cc: jim.cromie@gmail.com, jdelvare@suse.com,
	linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH -next] hwmon/pc87360: convert comma to semicolon
Date: Wed, 16 Dec 2020 08:33:07 -0800	[thread overview]
Message-ID: <20201216163307.GA59684@roeck-us.net> (raw)
In-Reply-To: <20201214133114.3516-1-zhengyongjun3@huawei.com>

On Mon, Dec 14, 2020 at 09:31:14PM +0800, Zheng Yongjun wrote:
> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

Applied.

Thanks,
Guenter

> ---
>  drivers/hwmon/pc87360.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/hwmon/pc87360.c b/drivers/hwmon/pc87360.c
> index 94f4b8b4a2ba..6a9ba23cd302 100644
> --- a/drivers/hwmon/pc87360.c
> +++ b/drivers/hwmon/pc87360.c
> @@ -1700,8 +1700,8 @@ static int __init pc87360_device_add(unsigned short address)
>  			continue;
>  		res[res_count].start = extra_isa[i];
>  		res[res_count].end = extra_isa[i] + PC87360_EXTENT - 1;
> -		res[res_count].name = "pc87360",
> -		res[res_count].flags = IORESOURCE_IO,
> +		res[res_count].name = "pc87360";
> +		res[res_count].flags = IORESOURCE_IO;
>  
>  		err = acpi_check_resource_conflict(&res[res_count]);
>  		if (err)

      reply	other threads:[~2020-12-16 16:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14 13:31 [PATCH -next] hwmon/pc87360: convert comma to semicolon Zheng Yongjun
2020-12-16 16:33 ` Guenter Roeck [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=20201216163307.GA59684@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=jdelvare@suse.com \
    --cc=jim.cromie@gmail.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zhengyongjun3@huawei.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).