Skip to content

Commit ca047de

Browse files
tdzhdeller
authored andcommitted
fbdev: cg14: Remove trailing whitespaces
Fix coding style. No functional changes. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 486357b commit ca047de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/video/fbdev/cg14.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ static int cg14_probe(struct platform_device *op)
512512
is_8mb = (resource_size(&op->resource[1]) == (8 * 1024 * 1024));
513513

514514
BUILD_BUG_ON(sizeof(par->mmap_map) != sizeof(__cg14_mmap_map));
515-
515+
516516
memcpy(&par->mmap_map, &__cg14_mmap_map, sizeof(par->mmap_map));
517517

518518
for (i = 0; i < CG14_MMAP_ENTRIES; i++) {

0 commit comments

Comments
 (0)