linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andy Shevchenko <andy.shevchenko@gmail.com>
To: Zheng Yongjun <zhengyongjun3@huawei.com>
Cc: Darren Hart <dvhart@infradead.org>,
	Andy Shevchenko <andy@infradead.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	"maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)"
	<x86@kernel.org>,
	Platform Driver <platform-driver-x86@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH -next] platform: intel-mid: device_libs: convert comma to semicolon
Date: Wed, 16 Dec 2020 15:49:44 +0200	[thread overview]
Message-ID: <CAHp75VdzQJrzgUOpxseNvv9ZhSrh1Gnu7W-5CQM-kXh4o5fsGg@mail.gmail.com> (raw)
In-Reply-To: <20201216131107.14339-1-zhengyongjun3@huawei.com>

On Wed, Dec 16, 2020 at 3:11 PM Zheng Yongjun <zhengyongjun3@huawei.com> wrote:
>
> Replace a comma between expression statements by a semicolon.

Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>

> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> ---
>  arch/x86/platform/intel-mid/device_libs/platform_bt.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/x86/platform/intel-mid/device_libs/platform_bt.c b/arch/x86/platform/intel-mid/device_libs/platform_bt.c
> index 31dda18bb370..2930b6e9473e 100644
> --- a/arch/x86/platform/intel-mid/device_libs/platform_bt.c
> +++ b/arch/x86/platform/intel-mid/device_libs/platform_bt.c
> @@ -88,8 +88,8 @@ static int __init bt_sfi_init(void)
>         memset(&info, 0, sizeof(info));
>         info.fwnode     = ddata->dev->fwnode;
>         info.parent     = ddata->dev;
> -       info.name       = ddata->name,
> -       info.id         = PLATFORM_DEVID_NONE,
> +       info.name       = ddata->name;
> +       info.id         = PLATFORM_DEVID_NONE;
>
>         pdev = platform_device_register_full(&info);
>         if (IS_ERR(pdev))
> --
> 2.22.0
>


-- 
With Best Regards,
Andy Shevchenko

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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16 13:11 [PATCH -next] platform: intel-mid: device_libs: convert comma to semicolon Zheng Yongjun
2020-12-16 13:49 ` Andy Shevchenko [this message]
2020-12-30  8:31 ` [tip: x86/platform] x86/platform/intel-mid: Convert " tip-bot2 for Zheng Yongjun

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=CAHp75VdzQJrzgUOpxseNvv9ZhSrh1Gnu7W-5CQM-kXh4o5fsGg@mail.gmail.com \
    --to=andy.shevchenko@gmail.com \
    --cc=andy@infradead.org \
    --cc=bp@alien8.de \
    --cc=dvhart@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=x86@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).