projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99d728
)
mtd: ts5500_flash: Fix typo in MODULE_DESCRIPTION in ts5500_flash.c
author
Masanari Iida
<standby24x7@gmail.com>
Mon, 30 Mar 2015 10:06:22 +0000
(19:06 +0900)
committer
Brian Norris
<computersforpeace@gmail.com>
Tue, 31 Mar 2015 03:19:44 +0000
(20:19 -0700)
This patch fixes a spelling typo in MODULE_DESCRIPTION in
ts5500_flash.c.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
[ Brian: fixed grammar in a spelling patch :) ]
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/maps/ts5500_flash.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/maps/ts5500_flash.c
b/drivers/mtd/maps/ts5500_flash.c
index d1d671daf2356862374691b5a5977754d6828384..9969fedb1f13c2be53859df396823260bd1b9740 100644
(file)
--- 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 Tech
n
ology Systems TS-5500 board");