Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hwmon: (pc87360) convert comma to semicolon

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>

authored by

Zheng Yongjun and committed by
Guenter Roeck
94c08e06 4008bc7d

+2 -2
+2 -2
drivers/hwmon/pc87360.c
··· 1700 1700 continue; 1701 1701 res[res_count].start = extra_isa[i]; 1702 1702 res[res_count].end = extra_isa[i] + PC87360_EXTENT - 1; 1703 - res[res_count].name = "pc87360", 1704 - res[res_count].flags = IORESOURCE_IO, 1703 + res[res_count].name = "pc87360"; 1704 + res[res_count].flags = IORESOURCE_IO; 1705 1705 1706 1706 err = acpi_check_resource_conflict(&res[res_count]); 1707 1707 if (err)