Skip to content

Commit

Permalink
fbdev: p9100: 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 8c13c9d commit 58b0aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/video/fbdev/p9100.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static const struct fb_ops p9100_ops = {
#define P9100_FB_OFF 0x0UL

/* 3 bits: 2=8bpp 3=16bpp 5=32bpp 7=24bpp */
#define SYS_CONFIG_PIXELSIZE_SHIFT 26
#define SYS_CONFIG_PIXELSIZE_SHIFT 26

#define SCREENPAINT_TIMECTL1_ENABLE_VIDEO 0x20 /* 0 = off, 1 = on */

Expand Down Expand Up @@ -110,7 +110,7 @@ struct p9100_regs {
u32 vram_xxx[25];

/* Registers for IBM RGB528 Palette */
u32 ramdac_cmap_wridx;
u32 ramdac_cmap_wridx;
u32 ramdac_palette_data;
u32 ramdac_pixel_mask;
u32 ramdac_palette_rdaddr;
Expand Down

0 comments on commit 58b0aca

Please sign in to comment.