Re: [PATCH 12/15] module_param: make bool parameters really bool (drivers & misc)

From: Rusty Russell
Date: Mon Jan 09 2012 - 02:12:36 EST


On Fri, 6 Jan 2012 13:31:40 +0100, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
> Hi Rusty,
>
> On Thu, Dec 15, 2011 at 04:18, Rusty Russell <rusty@xxxxxxxxxxxxxxx> wrote:
> > diff --git a/drivers/block/paride/bpck6.c b/drivers/block/paride/bpck6.c
> > --- a/drivers/block/paride/bpck6.c
> > +++ b/drivers/block/paride/bpck6.c
> > @@ -21,7 +21,7 @@
> >
> >
> > Â/* PARAMETERS */
> > -static int verbose; /* set this to 1 to see debugging messages and whatnot */
> > +static bool verbose; /* set this to 1 to see debugging messages and whatnot */
>
> "bool" doesn't exist at this point, cfr.
>
> http://kisskb.ellerman.id.au/kisskb/buildresult/5325550/
> http://kisskb.ellerman.id.au/kisskb/buildresult/5325257/
>
> Any chance this is going to be fixed before it's sucked in Linus'
> tree?

Of course, done (moved declaration and comment below #includes).

Thanks!
Rusty.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/