diff options
Diffstat (limited to 'drivers/mtd/ubi/scan.c')
-rw-r--r-- | drivers/mtd/ubi/scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/scan.c b/drivers/mtd/ubi/scan.c index 767b857f3054..ccf46308fbb6 100644 --- a/drivers/mtd/ubi/scan.c +++ b/drivers/mtd/ubi/scan.c | |||
@@ -614,11 +614,11 @@ struct ubi_ainf_volume *ubi_find_av(const struct ubi_attach_info *ai, | |||
614 | } | 614 | } |
615 | 615 | ||
616 | /** | 616 | /** |
617 | * ubi_scan_rm_volume - delete attaching information about a volume. | 617 | * ubi_remove_av - delete attaching information about a volume. |
618 | * @ai: attaching information | 618 | * @ai: attaching information |
619 | * @av: the volume attaching information to delete | 619 | * @av: the volume attaching information to delete |
620 | */ | 620 | */ |
621 | void ubi_scan_rm_volume(struct ubi_attach_info *ai, struct ubi_ainf_volume *av) | 621 | void ubi_remove_av(struct ubi_attach_info *ai, struct ubi_ainf_volume *av) |
622 | { | 622 | { |
623 | struct rb_node *rb; | 623 | struct rb_node *rb; |
624 | struct ubi_ainf_peb *aeb; | 624 | struct ubi_ainf_peb *aeb; |