diff mbox

mtd: nand_bch: fix spelling of "probably"

Message ID 1462552721-93132-1-git-send-email-computersforpeace@gmail.com
State Accepted
Commit 3603ea0aeed7dc2b54144b5913eb303173361123
Headers show

Commit Message

Brian Norris May 6, 2016, 4:38 p.m. UTC
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 drivers/mtd/nand/nand_bch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Brian Norris May 6, 2016, 4:42 p.m. UTC | #1
On Fri, May 06, 2016 at 09:38:41AM -0700, Brian Norris wrote:
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Applied to l2-mtd.git
Boris Brezillon May 6, 2016, 4:44 p.m. UTC | #2
On Fri,  6 May 2016 09:38:41 -0700
Brian Norris <computersforpeace@gmail.com> wrote:

> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>

Can you take it directly into your tree before preparing your PR for
Linus?

> ---
>  drivers/mtd/nand/nand_bch.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/nand_bch.c b/drivers/mtd/nand/nand_bch.c
> index 28ef7b178eac..44763f87eae4 100644
> --- a/drivers/mtd/nand/nand_bch.c
> +++ b/drivers/mtd/nand/nand_bch.c
> @@ -175,7 +175,7 @@ struct nand_bch_control *nand_bch_init(struct mtd_info *mtd)
>  	 * which is called by mtd_ooblayout_count_eccbytes().
>  	 * Make sure they are properly initialized before calling
>  	 * mtd_ooblayout_count_eccbytes().
> -	 * FIXME: we should probaly rework the sequencing in nand_scan_tail()
> +	 * FIXME: we should probably rework the sequencing in nand_scan_tail()
>  	 * to avoid setting those fields twice.
>  	 */
>  	nand->ecc.steps = eccsteps;
Brian Norris May 6, 2016, 4:47 p.m. UTC | #3
On Fri, May 06, 2016 at 06:44:44PM +0200, Boris Brezillon wrote:
> On Fri,  6 May 2016 09:38:41 -0700
> Brian Norris <computersforpeace@gmail.com> wrote:
> 
> > Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> 
> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> 
> Can you take it directly into your tree before preparing your PR for
> Linus?

Done already :)
diff mbox

Patch

diff --git a/drivers/mtd/nand/nand_bch.c b/drivers/mtd/nand/nand_bch.c
index 28ef7b178eac..44763f87eae4 100644
--- a/drivers/mtd/nand/nand_bch.c
+++ b/drivers/mtd/nand/nand_bch.c
@@ -175,7 +175,7 @@  struct nand_bch_control *nand_bch_init(struct mtd_info *mtd)
 	 * which is called by mtd_ooblayout_count_eccbytes().
 	 * Make sure they are properly initialized before calling
 	 * mtd_ooblayout_count_eccbytes().
-	 * FIXME: we should probaly rework the sequencing in nand_scan_tail()
+	 * FIXME: we should probably rework the sequencing in nand_scan_tail()
 	 * to avoid setting those fields twice.
 	 */
 	nand->ecc.steps = eccsteps;