···518518 *519519 * @nr_chips: max. number of chips to scan for520520 * @chip_offs: chip number offset521521- * @nr_partitions: number of partitions pointed to be partitoons (or zero)521521+ * @nr_partitions: number of partitions pointed to by partitions (or zero)522522 * @partitions: mtd partition list523523 * @chip_delay: R/B delay value in us524524 * @options: Option flags, e.g. 16bit buswidth525525+ * @oobinfo: oob info structure (ecc placement)525526 * @priv: hardware controller specific settings526527 */527528struct platform_nand_chip {···530529 int chip_offset;531530 int nr_partitions;532531 struct mtd_partition *partitions;532532+ struct nand_oobinfo *oobinfo;533533 int chip_delay;534534 unsigned int options;535535 void *priv;