Re: [patch] enums to clear suspend-state confusion

From: Andrew Morton
Date: Sun Aug 15 2004 - 20:02:40 EST


Pavel Machek <pavel@xxxxxx> wrote:
>
> +enum pci_state {
> + D0 = 0,
> + D1 = 1,
> + D2 = 2,

These symbols are too generic. They don't appear to currently clash with
anything else, but they could.
-
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/