mtd: nand: fix typo (t_ald -> t_adl)

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Jan 12 15:59:11 PST 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=74e98be45fe069fcdb00f35eccbb179309ab65cd
Commit:     74e98be45fe069fcdb00f35eccbb179309ab65cd
Parent:     de64aa9ec129ba627634088f662a4d09e356ddb6
Author:     Brian Norris <computersforpeace at gmail.com>
AuthorDate: Tue Dec 1 11:08:32 2015 -0800
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Tue Dec 1 11:17:18 2015 -0800

    mtd: nand: fix typo (t_ald -> t_adl)
    
    It's "ADL" ("ALE to data loading" time) not "ALD".
    
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
    Reviewed-by: Boris Brezillon <boris.brezillon at free-electrons.com>
---
 include/linux/mtd/nand.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index eaf48b5..fad634e 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -283,7 +283,7 @@ struct nand_onfi_params {
 	u8 input_pin_capacitance_max;
 	u8 driver_strength_support;
 	__le16 t_int_r;
-	__le16 t_ald;
+	__le16 t_adl;
 	u8 reserved4[8];
 
 	/* vendor */
@@ -407,7 +407,7 @@ struct nand_jedec_params {
 	__le16 input_pin_capacitance_typ;
 	__le16 clk_pin_capacitance_typ;
 	u8 driver_strength_support;
-	__le16 t_ald;
+	__le16 t_adl;
 	u8 reserved4[36];
 
 	/* ECC and endurance block */



More information about the linux-mtd-cvs mailing list