mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
video: fbdev: au1100fb: Spelling s/palette/palette/
Fix a misspelling of "palette" in a structure member. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
c8be5edbd3
commit
0714ea330b
@ -239,7 +239,7 @@ int au1100fb_fb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned
|
||||
u32 value;
|
||||
|
||||
fbdev = to_au1100fb_device(fbi);
|
||||
palette = fbdev->regs->lcd_pallettebase;
|
||||
palette = fbdev->regs->lcd_palettebase;
|
||||
|
||||
if (regno > (AU1100_LCD_NBR_PALETTE_ENTRIES - 1))
|
||||
return -EINVAL;
|
||||
|
@ -92,7 +92,7 @@ struct au1100fb_regs
|
||||
u32 lcd_pwmdiv;
|
||||
u32 lcd_pwmhi;
|
||||
u32 reserved[(0x0400-0x002C)/4];
|
||||
u32 lcd_pallettebase[256];
|
||||
u32 lcd_palettebase[256];
|
||||
};
|
||||
|
||||
struct au1100fb_device {
|
||||
|
Loading…
Reference in New Issue
Block a user