aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorZheng Yongjun <zhengyongjun3@huawei.com>2020-12-11 13:00:14 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-12-11 13:06:12 -0800
commit94ddf7a371ff5d06281825bb63cf0ac61ca1928d (patch)
tree267d2f67e82dd8ad5907d93f6c9e5ca56b4001ea /drivers/input
parentInput: parkbd - convert comma to semicolon (diff)
downloadlinux-dev-94ddf7a371ff5d06281825bb63cf0ac61ca1928d.tar.xz
linux-dev-94ddf7a371ff5d06281825bb63cf0ac61ca1928d.zip
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>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/misc/ixp4xx-beeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/ixp4xx-beeper.c b/drivers/input/misc/ixp4xx-beeper.c
index 794ecc9a552d..05018d0c97c7 100644
--- a/drivers/input/misc/ixp4xx-beeper.c
+++ b/drivers/input/misc/ixp4xx-beeper.c
@@ -97,7 +97,7 @@ static int ixp4xx_spkr_probe(struct platform_device *dev)
input_set_drvdata(input_dev, (void *) dev->id);
- input_dev->name = "ixp4xx beeper",
+ input_dev->name = "ixp4xx beeper";
input_dev->phys = "ixp4xx/gpio";
input_dev->id.bustype = BUS_HOST;
input_dev->id.vendor = 0x001f;