From cf6ac4ce1bdf2d0718d5f33d62f695e105706a5d Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Tue, 8 Oct 2013 16:23:24 -0700 Subject: video: Remove unnecessary semicolons These aren't necessary after switch, for, and if blocks. Signed-off-by: Joe Perches Signed-off-by: Tomi Valkeinen --- drivers/video/sbuslib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/video/sbuslib.c') diff --git a/drivers/video/sbuslib.c b/drivers/video/sbuslib.c index 296afae442f4..a350209ffbd3 100644 --- a/drivers/video/sbuslib.c +++ b/drivers/video/sbuslib.c @@ -186,7 +186,7 @@ int sbusfb_ioctl_helper(unsigned long cmd, unsigned long arg, } default: return -EINVAL; - }; + } } EXPORT_SYMBOL(sbusfb_ioctl_helper); -- cgit v1.2.3