提交 94c08e06 编写于 作者: Z Zheng Yongjun 提交者: Guenter Roeck

hwmon: (pc87360) convert comma to semicolon

Replace a comma between expression statements by a semicolon.
Signed-off-by: NZheng Yongjun <zhengyongjun3@huawei.com>
Link: https://lore.kernel.org/r/20201214133114.3516-1-zhengyongjun3@huawei.comSigned-off-by: NGuenter Roeck <linux@roeck-us.net>
上级 4008bc7d
...@@ -1700,8 +1700,8 @@ static int __init pc87360_device_add(unsigned short address) ...@@ -1700,8 +1700,8 @@ static int __init pc87360_device_add(unsigned short address)
continue; continue;
res[res_count].start = extra_isa[i]; res[res_count].start = extra_isa[i];
res[res_count].end = extra_isa[i] + PC87360_EXTENT - 1; res[res_count].end = extra_isa[i] + PC87360_EXTENT - 1;
res[res_count].name = "pc87360", res[res_count].name = "pc87360";
res[res_count].flags = IORESOURCE_IO, res[res_count].flags = IORESOURCE_IO;
err = acpi_check_resource_conflict(&res[res_count]); err = acpi_check_resource_conflict(&res[res_count]);
if (err) if (err)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册