Skip to content

Commit 9cd5196

Browse files
standby24x7computersforpeace
authored andcommitted
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: Masanari Iida <[email protected]> [ Brian: fixed grammar in a spelling patch :) ] Signed-off-by: Brian Norris <[email protected]>
1 parent d99d728 commit 9cd5196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/maps/ts5500_flash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ module_exit(cleanup_ts5500_map);
117117

118118
MODULE_LICENSE("GPL");
119119
MODULE_AUTHOR("Sean Young <[email protected]>");
120-
MODULE_DESCRIPTION("MTD map driver for Techology Systems TS-5500 board");
120+
MODULE_DESCRIPTION("MTD map driver for Technology Systems TS-5500 board");
121121

0 commit comments

Comments
 (0)