From: kbuild test robot Date: Tue, 11 Oct 2016 13:22:08 +0000 (-0300) Subject: [media] pctv452e: fix semicolon.cocci warnings X-Git-Tag: v4.9.8~1005^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59dde8e70cfb7afbc1b647d7d3440dfb9a78b431;p=platform%2Fkernel%2Flinux-rpi3.git [media] pctv452e: fix semicolon.cocci warnings drivers/media/usb/dvb-usb/pctv452e.c:115:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Fengguang Wu Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/dvb-usb/pctv452e.c b/drivers/media/usb/dvb-usb/pctv452e.c index 7ad0006..07fa08b 100644 --- a/drivers/media/usb/dvb-usb/pctv452e.c +++ b/drivers/media/usb/dvb-usb/pctv452e.c @@ -112,7 +112,7 @@ static int tt3650_ci_msg(struct dvb_usb_device *d, u8 cmd, u8 *data, if (!data || (write_len > 64 - 4) || (read_len > 64 - 4)) { err("%s: transfer data invalid", __func__); return -EIO; - }; + } mutex_lock(&state->ca_mutex); id = state->c++;