Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd:ts5500_flash: Fix typo in MODULE_DESCRIPTION in ts5500_flash.c
@ 2015-03-30 10:06 Masanari Iida
  2015-03-31  3:21 ` Brian Norris
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-03-30 10:06 UTC (permalink / raw)
  To: linux-kernel, dwmw2, computersforpeace, linux-mtd
  Cc: Masanari Iida, trivial, sean

This patch fix a spelling typo in MODULE_DESCRIPTION in ts5500_flash.c.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/mtd/maps/ts5500_flash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/maps/ts5500_flash.c b/drivers/mtd/maps/ts5500_flash.c
index d1d671d..9969fed 100644
--- a/drivers/mtd/maps/ts5500_flash.c
+++ b/drivers/mtd/maps/ts5500_flash.c
@@ -117,5 +117,5 @@ module_exit(cleanup_ts5500_map);
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Sean Young <sean@mess.org>");
-MODULE_DESCRIPTION("MTD map driver for Techology Systems TS-5500 board");
+MODULE_DESCRIPTION("MTD map driver for Technology Systems TS-5500 board");
 
-- 
2.3.4.274.g92e625d

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

end of thread, other threads:[~2015-03-31  3:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 10:06 [PATCH] mtd:ts5500_flash: Fix typo in MODULE_DESCRIPTION in ts5500_flash.c Masanari Iida
2015-03-31  3:21 ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox