All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] backlight-fix-typo-in-tosa_lcdc.patch removed from -mm tree
@ 2012-03-29 19:14 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2012-03-29 19:14 UTC (permalink / raw)
  To: standby24x7, stable, mm-commits


The patch titled
     Subject: backlight: fix typo in tosa_lcd.c
has been removed from the -mm tree.  Its filename was
     backlight-fix-typo-in-tosa_lcdc.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
From: Masanari Iida <standby24x7@gmail.com>
Subject: 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 <standby24x7@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/video/backlight/tosa_lcd.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/video/backlight/tosa_lcd.c~backlight-fix-typo-in-tosa_lcdc drivers/video/backlight/tosa_lcd.c
--- a/drivers/video/backlight/tosa_lcd.c~backlight-fix-typo-in-tosa_lcdc
+++ a/drivers/video/backlight/tosa_lcd.c
@@ -271,7 +271,7 @@ static int tosa_lcd_resume(struct spi_de
 }
 #else
 #define tosa_lcd_suspend	NULL
-#define tosa_lcd_reume NULL
+#define tosa_lcd_resume NULL
 #endif
 
 static struct spi_driver tosa_lcd_driver = {
_

Patches currently in -mm which might be from standby24x7@gmail.com are

origin.patch
linux-next.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-29 19:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-29 19:14 [merged] backlight-fix-typo-in-tosa_lcdc.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.