From 82c13835624782a6744c3a5dab89c37866c8f7ae Mon Sep 17 00:00:00 2001 From: Oleg Nesterov Date: Thu, 11 Feb 2016 23:47:10 +0100 Subject: [PATCH] dissect: s/mode_t/usage_t/ in report_member() Cosmetic, fix the typo. Signed-off-by: Oleg Nesterov Acked-by: Lance Richardson Signed-off-by: Christopher Li --- dissect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dissect.c b/dissect.c index 2d13d2a3..67428ec6 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.11.4.GIT