]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - tools/perf/util/map.c
perf tools: Rename maps__next
[mirror_ubuntu-artful-kernel.git] / tools / perf / util / map.c
index 2d20c5ff8653b8a1f5261a7614395c4c8722b684..09a62731e035e66c35897dbea29c5450228c3f2f 100644 (file)
@@ -775,7 +775,7 @@ struct map *maps__first(struct rb_root *maps)
        return NULL;
 }
 
-struct map *maps__next(struct map *map)
+struct map *map__next(struct map *map)
 {
        struct rb_node *next = rb_next(&map->rb_node);