Skip to content

Commit

Permalink
fbdev: cg14: Remove trailing whitespaces
Browse files Browse the repository at this point in the history
Fix coding style. No functional changes.

Signed-off-by: Thomas Zimmermann <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
Thomas Zimmermann authored and hdeller committed May 11, 2023
1 parent 486357b commit ca047de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/cg14.c
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ static int cg14_probe(struct platform_device *op)
is_8mb = (resource_size(&op->resource[1]) == (8 * 1024 * 1024));

BUILD_BUG_ON(sizeof(par->mmap_map) != sizeof(__cg14_mmap_map));

memcpy(&par->mmap_map, &__cg14_mmap_map, sizeof(par->mmap_map));

for (i = 0; i < CG14_MMAP_ENTRIES; i++) {
Expand Down

0 comments on commit ca047de

Please sign in to comment.