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

Input: ipx4xx-beeper - 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/20201211085032.2598-1-zhengyongjun3@huawei.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Zheng Yongjun and committed by
Dmitry Torokhov
94ddf7a3 70a62fac

+1 -1
+1 -1
drivers/input/misc/ixp4xx-beeper.c
··· 97 97 98 98 input_set_drvdata(input_dev, (void *) dev->id); 99 99 100 - input_dev->name = "ixp4xx beeper", 100 + input_dev->name = "ixp4xx beeper"; 101 101 input_dev->phys = "ixp4xx/gpio"; 102 102 input_dev->id.bustype = BUS_HOST; 103 103 input_dev->id.vendor = 0x001f;