linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] platform: intel-mid: device_libs: convert comma to semicolon
@ 2020-12-16 13:11 Zheng Yongjun
  2020-12-16 13:49 ` Andy Shevchenko
  2020-12-30  8:31 ` [tip: x86/platform] x86/platform/intel-mid: Convert " tip-bot2 for Zheng Yongjun
  0 siblings, 2 replies; 3+ messages in thread
From: Zheng Yongjun @ 2020-12-16 13:11 UTC (permalink / raw)
  To: dvhart, andy, tglx, mingo, bp, x86, platform-driver-x86, linux-kernel
  Cc: Zheng Yongjun

Replace a comma between expression statements by a semicolon.

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-30  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2020-12-30  8:31 ` [tip: x86/platform] x86/platform/intel-mid: Convert " tip-bot2 for Zheng Yongjun

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).