aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2016-05-06 09:31:18 -0700
committerBrian Norris <computersforpeace@gmail.com>2016-05-06 09:45:45 -0700
commit3603ea0aeed7dc2b54144b5913eb303173361123 (patch)
tree93892e44a36abe043a0ced73100b0ffaaa885d57 /drivers/mtd
parentMerge tag 'nand/for-4.7' of github.com:linux-nand/linux (diff)
downloadlinux-dev-3603ea0aeed7dc2b54144b5913eb303173361123.tar.xz
linux-dev-3603ea0aeed7dc2b54144b5913eb303173361123.zip
mtd: nand_bch: fix spelling of "probably"
Signed-off-by: Brian Norris <computersforpeace@gmail.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/nand_bch.c2
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)
* 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;