> From: "Oleg Nesterov" <oleg@xxxxxxxxxx> > To: "Christopher Li" <sparse@xxxxxxxxxxx>, "Josh Triplett" <josh@xxxxxxxxxx> > Cc: linux-sparse@xxxxxxxxxxxxxxx > Sent: Thursday, February 11, 2016 5:47:10 PM > Subject: [PATCH] dissect: s/mode_t/usage_t/ in report_member() > > Cosmetic, fix the typo. > > Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx> > --- > dissect.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/dissect.c b/dissect.c > index 2d13d2a..67428ec 100644 > --- a/dissect.c > +++ b/dissect.c > @@ -130,7 +130,7 @@ static inline struct symbol *no_member(struct ident > *name) > return &sym; > } > > -static struct symbol *report_member(mode_t mode, struct position *pos, > +static struct symbol *report_member(usage_t mode, struct position *pos, > struct symbol *type, struct symbol *mem) > { > struct symbol *ret = mem->ctype.base_type; > -- > 2.5.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 > Better late than never: Acked-by: Lance Richardson <lrichard@xxxxxxxxxx> -- 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