All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: nand: fix typo (t_ald -> t_adl)
@ 2015-12-01 19:08 Brian Norris
  2015-12-01 19:11 ` Boris Brezillon
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Norris @ 2015-12-01 19:08 UTC (permalink / raw)
  To: linux-mtd; +Cc: Brian Norris, Boris Brezillon

It's "ADL" ("ALE to data loading" time) not "ALD".

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
Caught by inspection. Compile tested only.

 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 eaf48b5a95dd..fad634ea1685 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 */
-- 
2.6.0.rc2.230.g3dd15c0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mtd: nand: fix typo (t_ald -> t_adl)
  2015-12-01 19:08 [PATCH] mtd: nand: fix typo (t_ald -> t_adl) Brian Norris
@ 2015-12-01 19:11 ` Boris Brezillon
  0 siblings, 0 replies; 2+ messages in thread
From: Boris Brezillon @ 2015-12-01 19:11 UTC (permalink / raw)
  To: Brian Norris; +Cc: linux-mtd

On Tue,  1 Dec 2015 11:08:32 -0800
Brian Norris <computersforpeace@gmail.com> wrote:

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

> ---
> Caught by inspection. Compile tested only.
> 
>  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 eaf48b5a95dd..fad634ea1685 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 */



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-01 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-01 19:08 [PATCH] mtd: nand: fix typo (t_ald -> t_adl) Brian Norris
2015-12-01 19:11 ` Boris Brezillon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.