All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix ixp4xx MTD driver module build
@ 2005-09-28 23:42 ` Deepak Saxena
  0 siblings, 0 replies; 3+ messages in thread
From: Deepak Saxena @ 2005-09-28 23:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mtd, linux-kernel


Missing ';' breaks module build.

Signed-off-by: Deepak Saxena <dsaxena@plexity.net>

diff --git a/drivers/mtd/maps/ixp4xx.c b/drivers/mtd/maps/ixp4xx.c
--- a/drivers/mtd/maps/ixp4xx.c
+++ b/drivers/mtd/maps/ixp4xx.c
@@ -254,6 +255,6 @@ module_init(ixp4xx_flash_init);
 module_exit(ixp4xx_flash_exit);
 
 MODULE_LICENSE("GPL");
-MODULE_DESCRIPTION("MTD map driver for Intel IXP4xx systems")
+MODULE_DESCRIPTION("MTD map driver for Intel IXP4xx systems");
 MODULE_AUTHOR("Deepak Saxena");
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-29  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-28 23:42 [PATCH] Fix ixp4xx MTD driver module build Deepak Saxena
2005-09-28 23:42 ` Deepak Saxena
2005-09-29  8:00 ` Jörn Engel

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.