diff options
| author | Brian Norris <computersforpeace@gmail.com> | 2013-12-02 14:12:22 -0500 |
|---|---|---|
| committer | Brian Norris <computersforpeace@gmail.com> | 2014-01-03 14:22:20 -0500 |
| commit | a55e85ce9bee97df63f85547a5e72df14851b338 (patch) | |
| tree | 44251e0ad8190c1cff21f2b7fe51fe91df6f1421 /include/linux/mtd | |
| parent | 1ba80c9e08a6d17ac495d8e6a1acd3d0f6a7971b (diff) | |
mtd: nand: fix misspelling in ONFI parameter field name
s/strenght/strength/
This field isn't used anywhere, so this rename is safe.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include/linux/mtd')
| -rw-r--r-- | include/linux/mtd/nand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 9e6c8f9f306e..f3ea8daf08ee 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
| @@ -279,7 +279,7 @@ struct nand_onfi_params { | |||
| 279 | __le16 io_pin_capacitance_typ; | 279 | __le16 io_pin_capacitance_typ; |
| 280 | __le16 input_pin_capacitance_typ; | 280 | __le16 input_pin_capacitance_typ; |
| 281 | u8 input_pin_capacitance_max; | 281 | u8 input_pin_capacitance_max; |
| 282 | u8 driver_strenght_support; | 282 | u8 driver_strength_support; |
| 283 | __le16 t_int_r; | 283 | __le16 t_int_r; |
| 284 | __le16 t_ald; | 284 | __le16 t_ald; |
| 285 | u8 reserved4[7]; | 285 | u8 reserved4[7]; |
