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

* Re: [PATCH] dissect: s/mode_t/usage_t/ in report_member()
  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-11-02 14:17 ` Luc Van Oostenryck
  1 sibling, 1 reply; 5+ messages in thread
From: Lance Richardson @ 2016-09-23 21:05 UTC (permalink / raw)
  To: Oleg Nesterov; +Cc: Christopher Li, Josh Triplett, linux-sparse

> 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>

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

* Re: [PATCH] dissect: s/mode_t/usage_t/ in report_member()
  2016-09-23 21:05 ` Lance Richardson
@ 2016-09-26 16:26   ` Oleg Nesterov
  2016-09-26 21:21     ` Christopher Li
  0 siblings, 1 reply; 5+ messages in thread
From: Oleg Nesterov @ 2016-09-26 16:26 UTC (permalink / raw)
  To: Lance Richardson; +Cc: Christopher Li, Josh Triplett, linux-sparse

On 09/23, Lance Richardson wrote:
>
> Better late than never:
>
> Acked-by: Lance Richardson <lrichard@redhat.com>

Thanks, perhaps you can also ack other patches I sent by that time ;)
Although it seems that nobody cares anyway.

Oleg.


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

* Re: [PATCH] dissect: s/mode_t/usage_t/ in report_member()
  2016-09-26 16:26   ` Oleg Nesterov
@ 2016-09-26 21:21     ` Christopher Li
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Li @ 2016-09-26 21:21 UTC (permalink / raw)
  To: Oleg Nesterov; +Cc: Lance Richardson, Josh Triplett, Linux-Sparse

On Mon, Sep 26, 2016 at 9:26 AM, Oleg Nesterov <oleg@redhat.com> wrote:
> On 09/23, Lance Richardson wrote:
>>
>> Better late than never:
>>
>> Acked-by: Lance Richardson <lrichard@redhat.com>
>
> Thanks, perhaps you can also ack other patches I sent by that time ;)
> Although it seems that nobody cares anyway.

Err, better late than never. Let me pick this up again.

Chris

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

* Re: [PATCH] dissect: s/mode_t/usage_t/ in report_member()
  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-11-02 14:17 ` Luc Van Oostenryck
  1 sibling, 0 replies; 5+ messages in thread
From: Luc Van Oostenryck @ 2016-11-02 14:17 UTC (permalink / raw)
  To: Oleg Nesterov; +Cc: Christopher Li, Josh Triplett, linux-sparse

On Thu, Feb 11, 2016 at 11:47:10PM +0100, Oleg Nesterov wrote:
> 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;
> -- 

For what it's worth:
Acked-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>

^ permalink raw reply	[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).