Re: [PATCH -next] hwmon/pc87360: convert comma to semicolon

2020-12-16 Thread Guenter Roeck
On Mon, Dec 14, 2020 at 09:31:14PM +0800, Zheng Yongjun wrote: > Replace a comma between expression statements by a semicolon. > > Signed-off-by: Zheng Yongjun Applied. Thanks, Guenter > --- > drivers/hwmon/pc87360.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

[PATCH -next] hwmon/pc87360: convert comma to semicolon

2020-12-14 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- drivers/hwmon/pc87360.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/hwmon/pc87360.c b/drivers/hwmon/pc87360.c index 94f4b8b4a2ba..6a9ba23cd302 100644 ---