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

drm/bochs: Remove unneeded semicolon

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>

authored by

zhengbin and committed by
Gerd Hoffmann
f2f7df4f d1fe276b

+1 -1
+1 -1
drivers/gpu/drm/bochs/bochs_hw.c
··· 255 255 DRM_ERROR("%s: Huh? Got framebuffer format 0x%x", 256 256 __func__, format->format); 257 257 break; 258 - }; 258 + } 259 259 } 260 260 261 261 void bochs_hw_setbase(struct bochs_device *bochs,