Re: Linux 2.4.17-pre5

Keith Owens (kaos@ocs.com.au)
Fri, 07 Dec 2001 14:43:06 +1100


On Fri, 07 Dec 2001 01:12:53 +0100,
Stephan von Krawczynski <skraw@ithnet.com> wrote:
>BTW, for the further ongoing of this patch, I ran into the question if
>
>MODULE_PARM(type, "1-(16)i");
>
>would be a valid statement. I guess not. But if not, could some kind
>soul please explain to me how to get rid of the braces "(" ")" given
>in definitions from CONFIG stuff.
>
>E.g.:
>
>CONFIG_ME_BEING_DUMB (16)

Don't do that. CONFIG numbers are expected to be plain numbers, not
expressions, e.g. CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16, not (16).
Given the fragility of CML1 I would not be surprised if (16) broke some
of the shell scripts.

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