Commit f2f7df4f authored by zhengbin's avatar zhengbin Committed by Gerd Hoffmann
Browse files

drm/bochs: Remove unneeded semicolon



Fixes coccicheck warning:

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

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarzhengbin <zhengbin13@huawei.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1576468459-67216-1-git-send-email-zhengbin13@huawei.com


Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent d1fe276b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,