mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
drm/sitronix/st7571-i2c: remove unneeded semicolon
Fix style issue reported by Kernel test robot. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202510221125.Cg0sM4xJ-lkp@intel.com/ Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Link: https://lore.kernel.org/r/20251022-st7571-semicolon-v1-1-83d322618ff4@gmail.com
This commit is contained in:
@@ -322,7 +322,7 @@ static void st7571_prepare_buffer_grayscale(struct st7571_device *st7571,
|
||||
size = (rect->x2 - rect->x1) * (rect->y2 - rect->y1) / 4;
|
||||
memcpy(st7571->hwbuf, vmap->vaddr, size);
|
||||
break;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
static int st7571_fb_update_rect_monochrome(struct drm_framebuffer *fb, struct drm_rect *rect)
|
||||
|
||||
Reference in New Issue
Block a user