diff options
| author | Brian Norris <computersforpeace@gmail.com> | 2015-12-01 14:08:32 -0500 |
|---|---|---|
| committer | Brian Norris <computersforpeace@gmail.com> | 2015-12-01 14:17:18 -0500 |
| commit | 74e98be45fe069fcdb00f35eccbb179309ab65cd (patch) | |
| tree | e5dab169c8326bf36816dc960081d6cb22189aa9 /include/linux/mtd | |
| parent | de64aa9ec129ba627634088f662a4d09e356ddb6 (diff) | |
mtd: nand: fix typo (t_ald -> t_adl)
It's "ADL" ("ALE to data loading" time) not "ALD".
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'include/linux/mtd')
| -rw-r--r-- | include/linux/mtd/nand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index eaf48b5a95dd..fad634ea1685 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
| @@ -283,7 +283,7 @@ struct nand_onfi_params { | |||
| 283 | u8 input_pin_capacitance_max; | 283 | u8 input_pin_capacitance_max; |
| 284 | u8 driver_strength_support; | 284 | u8 driver_strength_support; |
| 285 | __le16 t_int_r; | 285 | __le16 t_int_r; |
| 286 | __le16 t_ald; | 286 | __le16 t_adl; |
| 287 | u8 reserved4[8]; | 287 | u8 reserved4[8]; |
| 288 | 288 | ||
| 289 | /* vendor */ | 289 | /* vendor */ |
| @@ -407,7 +407,7 @@ struct nand_jedec_params { | |||
| 407 | __le16 input_pin_capacitance_typ; | 407 | __le16 input_pin_capacitance_typ; |
| 408 | __le16 clk_pin_capacitance_typ; | 408 | __le16 clk_pin_capacitance_typ; |
| 409 | u8 driver_strength_support; | 409 | u8 driver_strength_support; |
| 410 | __le16 t_ald; | 410 | __le16 t_adl; |
| 411 | u8 reserved4[36]; | 411 | u8 reserved4[36]; |
| 412 | 412 | ||
| 413 | /* ECC and endurance block */ | 413 | /* ECC and endurance block */ |
