Re: [PATCH] sparse function pointer arguments now accept void pointers
From: Dave Olien (dmo_at_osdl.org)
Date: 07/31/03
- Previous message: Greg KH: "Re: "Badness in pci_find_subsys""
- In reply to: Bernd Eckenfels: "Re: [PATCH] sparse function pointer arguments now accept void pointers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 31 Jul 2003 09:45:21 -0700 To: Bernd Eckenfels <ecki-lmk@lina.inka.de>
Bernd,
I might have messed up here. But could you give a little more explanation,
to help me understand what you think is wrong with this and why?
Dave
On Thu, Jul 31, 2003 at 08:29:24AM +0200, Bernd Eckenfels wrote:
> In article <20030731052810.GA2853@osdl.org> you wrote:
> > This patch eliminates warnings of the form:
> ...
> > - if (t->type == SYM_PTR) {
> > + if (t->type == SYM_PTR || t->type == SYM_FN) {
>
> unlikely
>
> Greetings
> Bernd
> --
> eckes privat - http://www.eckes.org/
> Project Freefire - http://www.freefire.org/
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Greg KH: "Re: "Badness in pci_find_subsys""
- In reply to: Bernd Eckenfels: "Re: [PATCH] sparse function pointer arguments now accept void pointers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|