projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4008bc7
)
hwmon: (pc87360) convert comma to semicolon
author
Zheng Yongjun
<zhengyongjun3@huawei.com>
Mon, 14 Dec 2020 13:31:14 +0000
(21:31 +0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Thu, 28 Jan 2021 01:44:17 +0000
(17:44 -0800)
Replace a comma between expression statements by a semicolon.
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Link:
https://lore.kernel.org/r/20201214133114.3516-1-zhengyongjun3@huawei.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pc87360.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/pc87360.c
b/drivers/hwmon/pc87360.c
index 94f4b8b4a2ba726c8a8327ecb96c4e34b91173c6..6a9ba23cd302cb91fd223cba961380db95dddc16 100644
(file)
--- 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)