Re: [PATCH 2/4] KBUILD: export-type enhancement to modpost.c

From: Jindrich Makovicka
Date: Thu May 18 2006 - 15:31:36 EST


On Wed, 10 May 2006 16:55:46 -0700 (PDT)
linuxram@xxxxxxxxxx (Ram Pai) wrote:

> + if ((strcmp(export, "EXPORT_SYMBOL_GPL")))

I suppose there should be also == 0 like below, otherwise it fails on
any EXPORT_SYMBOL_GPL.

> + export_type = 1;
> + else if(strcmp(export, "EXPORT_SYMBOL") == 0)
> + export_type = 0;
> + else
> goto fail;

Regards,
--
Jindrich Makovicka

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