Skip to content

Commit ca047de

Browse files
Thomas Zimmermannhdeller
authored andcommitted
fbdev: cg14: Remove trailing whitespaces
Fix coding style. No functional changes. Signed-off-by: Thomas Zimmermann <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 486357b commit ca047de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)