The comment stated that PSEUDO_SYMs have no usage. However, PSEUDO_SYMs *have* usage that need to be tracked correctly (has_use_list() determines what kind of pseudo have or have not usage/use list). Fix the comment. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- linearize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linearize.c b/linearize.c index be0e811f2..88f6c0949 100644 --- a/linearize.c +++ b/linearize.c @@ -794,7 +794,7 @@ static pseudo_t symbol_pseudo(struct entrypoint *ep, struct symbol *sym) sym->pseudo = pseudo; add_pseudo(&ep->accesses, pseudo); } - /* Symbol pseudos have neither nr, usage nor def */ + /* Symbol pseudos have neither nr nor def */ return pseudo; } -- 2.17.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html