From: Lance Richardson <lrichard@redhat.com>
To: Oleg Nesterov <oleg@redhat.com>
Cc: Christopher Li <sparse@chrisli.org>,
Josh Triplett <josh@kernel.org>,
linux-sparse@vger.kernel.org
Subject: Re: [PATCH] dissect: s/mode_t/usage_t/ in report_member()
Date: Fri, 23 Sep 2016 17:05:17 -0400 (EDT) [thread overview]
Message-ID: <326478617.3496336.1474664717097.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <20160211224710.GA4989@redhat.com>
> From: "Oleg Nesterov" <oleg@redhat.com>
> To: "Christopher Li" <sparse@chrisli.org>, "Josh Triplett" <josh@kernel.org>
> Cc: linux-sparse@vger.kernel.org
> 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@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
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Better late than never:
Acked-by: Lance Richardson <lrichard@redhat.com>
next prev parent reply other threads:[~2016-09-23 21:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-11 22:47 [PATCH] dissect: s/mode_t/usage_t/ in report_member() Oleg Nesterov
2016-09-23 21:05 ` Lance Richardson [this message]
2016-09-26 16:26 ` Oleg Nesterov
2016-09-26 21:21 ` Christopher Li
2016-11-02 14:17 ` Luc Van Oostenryck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=326478617.3496336.1474664717097.JavaMail.zimbra@redhat.com \
--to=lrichard@redhat.com \
--cc=josh@kernel.org \
--cc=linux-sparse@vger.kernel.org \
--cc=oleg@redhat.com \
--cc=sparse@chrisli.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.