Skip to content

Commit 8c13c9d

Browse files
Thomas Zimmermannhdeller
authored andcommitted
fbdev: maxinefb: 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 41aaa2e commit 8c13c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/fbdev/maxinefb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ int __init maxinefb_init(void)
138138
*(volatile unsigned char *)fboff = 0x0;
139139

140140
maxinefb_fix.smem_start = fb_start;
141-
141+
142142
/* erase hardware cursor */
143143
for (i = 0; i < 512; i++) {
144144
maxinefb_ims332_write_register(IMS332_REG_CURSOR_RAM + i,

0 commit comments

Comments
 (0)