drm/bochs: Remove unneeded semicolon
authorzhengbin <zhengbin13@huawei.com>
Mon, 16 Dec 2019 03:54:19 +0000 (11:54 +0800)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 16 Dec 2019 11:39:50 +0000 (12:39 +0100)
Fixes coccicheck warning:

drivers/gpu/drm/bochs/bochs_hw.c:258:2-3: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1576468459-67216-1-git-send-email-zhengbin13@huawei.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/bochs/bochs_hw.c

index e567bdf..b615b7d 100644 (file)
@@ -255,7 +255,7 @@ void bochs_hw_setformat(struct bochs_device *bochs,
                DRM_ERROR("%s: Huh? Got framebuffer format 0x%x",
                          __func__, format->format);
                break;
-       };
+       }
 }
 
 void bochs_hw_setbase(struct bochs_device *bochs,