···6666 }6767}68686969-static int anchor_pebs_avalible(struct rb_root *root)6969+static int anchor_pebs_available(struct rb_root *root)7070{7171 struct rb_node *p;7272 struct ubi_wl_entry *e;
+1-1
drivers/mtd/ubi/wl.c
···692692#ifdef CONFIG_MTD_UBI_FASTMAP693693 /* Check whether we need to produce an anchor PEB */694694 if (!anchor)695695- anchor = !anchor_pebs_avalible(&ubi->free);695695+ anchor = !anchor_pebs_available(&ubi->free);696696697697 if (anchor) {698698 e1 = find_anchor_wl_entry(&ubi->used);