Skip to content

Commit 735bf22

Browse files
kbinghammiquelraynal
authored andcommitted
mtd: rawnand: trivial spelling
The word 'descriptor' is misspelled throughout the tree. Fix it up accordingly: decriptors -> descriptors Signed-off-by: Kieran Bingham <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
1 parent df66c27 commit 735bf22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/mtd/nand/raw/mxc_nand.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ static int mxc_nand_get_features(struct nand_chip *chip, int addr,
14321432
}
14331433

14341434
/*
1435-
* The generic flash bbt decriptors overlap with our ecc
1435+
* The generic flash bbt descriptors overlap with our ecc
14361436
* hardware, so define some i.MX specific ones.
14371437
*/
14381438
static uint8_t bbt_pattern[] = { 'B', 'b', 't', '0' };

drivers/mtd/nand/raw/nand_bbt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ static int nand_scan_bbt(struct nand_chip *this, struct nand_bbt_descr *bd)
12261226
return -ENOMEM;
12271227

12281228
/*
1229-
* If no primary table decriptor is given, scan the device to build a
1229+
* If no primary table descriptor is given, scan the device to build a
12301230
* memory based bad block table.
12311231
*/
12321232
if (!td) {

0 commit comments

Comments
 (0)