Skip to content

Commit 41aaa2e

Browse files
Thomas Zimmermannhdeller
authored andcommitted
fbdev: macfb: Remove trailing whitespaces
Fix coding style. No functional changes. Signed-off-by: Thomas Zimmermann <[email protected]> Acked-by: Helge Deller <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 4311776 commit 41aaa2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/video/fbdev/macfb.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ static int civic_setpalette(unsigned int regno, unsigned int red,
339339
{
340340
unsigned long flags;
341341
int clut_status;
342-
342+
343343
local_irq_save(flags);
344344

345345
/* Set the register address */
@@ -439,7 +439,7 @@ static int macfb_setcolreg(unsigned regno, unsigned red, unsigned green,
439439
* (according to the entries in the `var' structure).
440440
* Return non-zero for invalid regno.
441441
*/
442-
442+
443443
if (regno >= fb_info->cmap.len)
444444
return 1;
445445

@@ -548,7 +548,7 @@ static int __init macfb_init(void)
548548
return -ENODEV;
549549
macfb_setup(option);
550550

551-
if (!MACH_IS_MAC)
551+
if (!MACH_IS_MAC)
552552
return -ENODEV;
553553

554554
if (mac_bi_data.id == MAC_MODEL_Q630 ||
@@ -644,7 +644,7 @@ static int __init macfb_init(void)
644644
err = -EINVAL;
645645
goto fail_unmap;
646646
}
647-
647+
648648
/*
649649
* We take a wild guess that if the video physical address is
650650
* in nubus slot space, that the nubus card is driving video.
@@ -774,7 +774,7 @@ static int __init macfb_init(void)
774774
civic_cmap_regs = ioremap(CIVIC_BASE, 0x1000);
775775
break;
776776

777-
777+
778778
/*
779779
* Assorted weirdos
780780
* We think this may be like the LC II

0 commit comments

Comments
 (0)