Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongj...@huawei.com>
---
 drivers/video/fbdev/imsttfb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/fbdev/imsttfb.c b/drivers/video/fbdev/imsttfb.c
index 3ac053b88495..6794770873f5 100644
--- a/drivers/video/fbdev/imsttfb.c
+++ b/drivers/video/fbdev/imsttfb.c
@@ -994,7 +994,7 @@ imsttfb_fillrect(struct fb_info *info, const struct 
fb_fillrect *rect)
        bgc |= (bgc << 8);
        bgc |= (bgc << 16);
 
-       Bpp = info->var.bits_per_pixel >> 3,
+       Bpp = info->var.bits_per_pixel >> 3;
        line_pitch = info->fix.line_length;
 
        dy = rect->dy * line_pitch;
-- 
2.22.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to