diff options
author | Brian Norris <computersforpeace@gmail.com> | 2013-12-02 11:12:22 -0800 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-01-03 11:22:20 -0800 |
commit | a55e85ce9bee97df63f85547a5e72df14851b338 (patch) | |
tree | 44251e0ad8190c1cff21f2b7fe51fe91df6f1421 /include/linux/mtd | |
parent | 1ba80c9e08a6d17ac495d8e6a1acd3d0f6a7971b (diff) | |
download | op-kernel-dev-a55e85ce9bee97df63f85547a5e72df14851b338.zip op-kernel-dev-a55e85ce9bee97df63f85547a5e72df14851b338.tar.gz |
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 9e6c8f9..f3ea8da 100644 --- 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_strenght_support; + u8 driver_strength_support; __le16 t_int_r; __le16 t_ald; u8 reserved4[7]; |