projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba80c9
)
mtd: nand: fix misspelling in ONFI parameter field name
author
Brian Norris
<computersforpeace@gmail.com>
Mon, 2 Dec 2013 19:12:22 +0000
(11:12 -0800)
committer
Brian Norris
<computersforpeace@gmail.com>
Fri, 3 Jan 2014 19:22:20 +0000
(11:22 -0800)
s/strenght/strength/
This field isn't used anywhere, so this rename is safe.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
include/linux/mtd/nand.h
patch
|
blob
|
history
diff --git
a/include/linux/mtd/nand.h
b/include/linux/mtd/nand.h
index 9e6c8f9f306e016923a0c32d3ae0e2d9f0ce0d1f..f3ea8daf08eef7e30794c7c93a7f2fb54b43f355 100644
(file)
--- a/
include/linux/mtd/nand.h
+++ b/
include/linux/mtd/nand.h
@@
-279,7
+279,7
@@
struct nand_onfi_params {
__le16 io_pin_capacitance_typ;
__le16 input_pin_capacitance_typ;
u8 input_pin_capacitance_max;
- u8 driver_streng
ht
_support;
+ u8 driver_streng
th
_support;
__le16 t_int_r;
__le16 t_ald;
u8 reserved4[7];