diff options
author | Brian Norris <computersforpeace@gmail.com> | 2016-05-06 12:31:18 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2016-05-06 12:45:45 -0400 |
commit | 3603ea0aeed7dc2b54144b5913eb303173361123 (patch) | |
tree | 93892e44a36abe043a0ced73100b0ffaaa885d57 | |
parent | 2cbaf5491cb7095252c72e74e79863b75ad2d8d0 (diff) |
mtd: nand_bch: fix spelling of "probably"
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
-rw-r--r-- | drivers/mtd/nand/nand_bch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
175 | * which is called by mtd_ooblayout_count_eccbytes(). | 175 | * which is called by mtd_ooblayout_count_eccbytes(). |
176 | * Make sure they are properly initialized before calling | 176 | * Make sure they are properly initialized before calling |
177 | * mtd_ooblayout_count_eccbytes(). | 177 | * mtd_ooblayout_count_eccbytes(). |
178 | * FIXME: we should probaly rework the sequencing in nand_scan_tail() | 178 | * FIXME: we should probably rework the sequencing in nand_scan_tail() |
179 | * to avoid setting those fields twice. | 179 | * to avoid setting those fields twice. |
180 | */ | 180 | */ |
181 | nand->ecc.steps = eccsteps; | 181 | nand->ecc.steps = eccsteps; |