Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cd5196e authored by Masanari Iida's avatar Masanari Iida Committed by Brian Norris
Browse files

mtd: ts5500_flash: Fix typo in MODULE_DESCRIPTION in ts5500_flash.c



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

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
[ Brian: fixed grammar in a spelling patch :) ]
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent d99d7282
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");