Skip to content

Commit 8c13c9d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)