mtd: nand: fix misspelling in ONFI parameter field name

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Jan 28 00:59:03 EST 2014


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=a55e85ce9bee97df63f85547a5e72df14851b338
Commit:     a55e85ce9bee97df63f85547a5e72df14851b338
Parent:     1ba80c9e08a6d17ac495d8e6a1acd3d0f6a7971b
Author:     Brian Norris <computersforpeace at gmail.com>
AuthorDate: Mon Dec 2 11:12:22 2013 -0800
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Fri Jan 3 11:22:20 2014 -0800

    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 at gmail.com>
---
 include/linux/mtd/nand.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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];



More information about the linux-mtd-cvs mailing list