Re: [PATCH 5/19] kconfig: improve config load/save output

From: Roman Zippel
Date: Sun Apr 09 2006 - 17:50:21 EST


Hi,

On Sun, 9 Apr 2006, Sam Ravnborg wrote:

> > + name = *names++;
> > + if (!name)
> > + return 1;
> > + in = zconf_fopen(name);
> > + if (in)
> > + goto load;
> > + sym_change_count++;
>
> sym_change_count is only used as a flag, not as a counter.

It was intended as a counter, even it's currently only tested againsted
zero.

bye, Roman
-
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/