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

From: Geert Uytterhoeven
Date: Fri Jan 06 2012 - 07:31:39 EST


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?

Thanks in advance!

Gr{oetje,eeting}s,

            Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
             Â Â -- Linus Torvalds
--
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/