linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dissect: s/mode_t/usage_t/ in report_member()
@ 2016-02-11 22:47 Oleg Nesterov
  2016-09-23 21:05 ` Lance Richardson
  2016-11-02 14:17 ` Luc Van Oostenryck
  0 siblings, 2 replies; 5+ messages in thread
From: Oleg Nesterov @ 2016-02-11 22:47 UTC (permalink / raw)
  To: Christopher Li, Josh Triplett; +Cc: linux-sparse

Cosmetic, fix the typo.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
---
 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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-11-02 14:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 22:47 [PATCH] dissect: s/mode_t/usage_t/ in report_member() Oleg Nesterov
2016-09-23 21:05 ` Lance Richardson
2016-09-26 16:26   ` Oleg Nesterov
2016-09-26 21:21     ` Christopher Li
2016-11-02 14:17 ` Luc Van Oostenryck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).