1VERIFY_BBT_DESCR(9) Internal Functions Provided VERIFY_BBT_DESCR(9)
23
4
NAME
6verify_bbt_descr - verify the bad block description
7
SYNOPSIS
9void verify_bbt_descr(struct mtd_info * mtd,
10struct nand_bbt_descr * bd);
11
ARGUMENTS
13mtd
14MTD device structure
1516
bd
17the table to verify
18
DESCRIPTION
20This functions performs a few sanity checks on the bad block
21description table.
22
AUTHOR
24Thomas Gleixner <tglx@linutronix.de>
25Author.
26
COPYRIGHT
28Kernel Hackers Manual 3.10 June 2019 VERIFY_BBT_DESCR(9)