Skip to content

Commit 8da00ed

Browse files
standby24x7torvalds
authored andcommitted
backlight: fix typo in tosa_lcd.c
Fix typo in drivers/video/backlight/tosa_lcd.c "tosa_lcd_reume" should be "tosa_lcd_resume". Signed-off-by: Masanari Iida <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 82edb4b commit 8da00ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/backlight/tosa_lcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ static int tosa_lcd_resume(struct spi_device *spi)
271271
}
272272
#else
273273
#define tosa_lcd_suspend NULL
274-
#define tosa_lcd_reume NULL
274+
#define tosa_lcd_resume NULL
275275
#endif
276276

277277
static struct spi_driver tosa_lcd_driver = {

0 commit comments

Comments
 (0)