Re: [ckrm-tech] [PATCH 3/7] BC: beancounters core (API)

From: Andrew Morton
Date: Wed Aug 30 2006 - 15:46:01 EST


On Wed, 30 Aug 2006 11:58:34 -0700
Chandra Seetharaman <sekharan@xxxxxxxxxx> wrote:

> > +void bc_uncharge_locked(struct beancounter *bc, int res, unsigned long val);
> > +void bc_uncharge(struct beancounter *bc, int res, unsigned long val);
> > +
> > +struct beancounter *beancounter_findcreate(bcid_t id, int mask);
>
> prototype do not need the parameter names, types would suffice (would
> save you few characters).

argh. Those few characters are useful.
-
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/